Hi Team, after refer below url link, i have created Lucene indexes after generate the index details from the tool (http://oakutils.appspot.com/generate/index). Now, issue is, after generate the index, i am not getting any response back for any of the keywords search. Earlier, results were coming fine, i wanted to looking for a way to delete the indexes if it is causing the problem.
I tried to look for index folder inside my local repository but i do not see it there (local windows 7 machine), any idea, how to delete the indexes ? already tried to delete the Lucene/indexRules from oak:index but no luck.
By the way, i am using AEM6.0 + SP2.
https://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/queries-and-indexing.html
- evaluatePathRestrictions = true
- compatVersion = 2
- type = "lucene"
- async = "async"
- jcr:primaryType = oak:QueryIndexDefinition
+ indexRules
+ nt:base
+ properties
+ tags
- name = "jcr:content/cq:tags"
- analyzed = true
+ cq:Page
+ properties
+ tags
- name = "jcr:content/cq:tags"
- analyzed = true
+ aggregates
+ nt:base
+ include0
- relativeNode = true
- path = "jcr:content"
+ cq:Page
+ include0
- relativeNode = true
- path = "jcr:content"