custom Oak Index took longer time to re-index
Hi Team,
I have been trying to run multipath query through query builder but it takes more time to result a query (approx 40Sec).
daterange.upperOperation=<=
daterange.upperBound=2016-05-24T12:00:06.182-04:00
daterange.property=jcr:content/offTime
1_property=jcr:content/cq:lastReplicationAction
group.1_path=/content/mywebsite
p.limit=200
1_property.value=Activate
group.2_path=/etc/mywebsite/en-us
type=cq:Page
group.p.or=true
To overcome such situation I created custom oakIndex where include both the paths to process the above query. But the problem is when I enable the reIndex property to true then it took longer time to complete indexing and never ends on my local instance.
Please let me know how long will reIndexing takes to re-index. Also let me know is there any other way to tune the query.
Thank you