AEM Query Builder search
Hi All,
We have below full text query which is used to find pages under certain hierarchy and also with specific type of resourceType.
Sample query 1:
fulltext=random text
group.1_path=/content/us/en
group.2_path=/content/ca/en
group.p.or=true
property = jcr:content/sling:resourceType
property.1_value = project-one/components/structure/article-detail
property.2_value = project-two/components/structure/article-detail
We are getting results for above query in 300-400 milliseconds.
Now we have to bring ALL the pages under certain hierarchy and also with specific type of resourceType. (somewhat initially loading of articles on homepage) we are using same query but not using "fulltext" property.
Sample query 2:
group.1_path=/content/us/en
group.2_path=/content/ca/en
group.p.or=true
property = jcr:content/sling:resourceType
property.1_value = project-one/components/structure/article-detail
property.2_value = project-two/components/structure/article-detail
Here we are getting results in 3000-4000 milliseconds approximately 10 times to above Sample query 1.
Not sure why how much time difference. Can someone guide on same.




