We retail - Traversal index
I am trying to make AEM search to search for "sonja" jacket with traversal node to see how much time it will need.
I disabled lucene and cqPageLucene indexes from oak:index, but can not find any nodes when trying this query in Explain Query tool:
/jcr:root/content/we-retail/us/en//element(*, cq:Page)[(jcr:contains(., 'sonja'))]
This is tested on We Retail project.
Why this does not find any nodes, and with indexes it does?
What will be needed for this to find pages that have "sonja" in their title? (or any other query, it is only important that I can run some query with traversal to compare its speed with lucene)