I get the following under error logs:- When
search.setSearchProperties(searchProps); is
commentedorg.apache.jackrabbit.oak.query.QueryImpl Traversal query
(query without index): select [jcr:path], [jcr:score], * from [nt:base]
as a where [queries] = 'leadership' and [avgPosition] is not null and
isdescendantnode(a, '/var/statistics/results') /* xpath:
/jcr:root/var/statistics/results//*[@queries = 'leadership' and
@avgPosition] */; consider creating an index- When
search.setSearchProperties(sear...