Solved
issues with SearchIndexSuggestionExtractor API - AEM 6.0
Hi,
I am trying to create a suggestion Index using the below API call.
SearchIndexSuggestionExtractor .buildIndex()
Due to changes to QueryManagerImpl.class in Jackrabbit Oak starting AEM 6 the above API doesn't work, also this may be due to the change in workspace indexing mechanism. I have attached the stack trace of the error log.
Also the built in OOTB component(/libs/cq/search/content/suggest/admin) doesn't work and throws the same exception trace.
Please let me know if there is an alternate API or is there any hot fix available for this.
Thanks,
Arun