Trying to use suggestion index API in AEM 6.1 to rebuild index or add terms, but no luck.
Hi, I am trying to implement auto suggest in AEM 6.1. I tried "/jcr:root[rep:suggest('term')]/(rep:suggest())" and it seems to do what it is supposed to do.
I get all the suggestions for a given term. The index breaks down all words by space etc..
I need to have following features:
- I wanted to get suggestions for multi words or sentence.
- Also I wanted to stored frequently used search terms.
- Also wanted to get the URL along with suggestion so that I can directly take the user to the URL for the most frequently used terms.
I couldn't find much help online or in adobe forums.
Any help in this regard is highly appreciated.
Thanks
Venkat