Hi All, We've added one property called "jcr:keywords" in page properties dialog. We will be adding keywords for each page. These keywords will be used for search specifically for 'search suggestions'. Now, we need to write query to show all keywords in search suggestions. Also, I've followed [1] and created Lucene-suggest index node. [1]: http://jackrabbit.apache.org/oak/docs/query/lucene.html Quick help would be more appreciated.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Sivaprasad,
You want help designing the query to search for keywords? You can use QueryBuilderAPI documentation to design the query. What query will be eventually used will depend on your use case and node structure.
Views
Replies
Total Likes
Are you using QueryBuilder API to search?
Views
Replies
Total Likes
Yes Smacdonald. I'm using QueryBuilder API. Also, please let me know if there is any other better approach.
Views
Replies
Total Likes
Hi Sivaprasad,
You want help designing the query to search for keywords? You can use QueryBuilderAPI documentation to design the query. What query will be eventually used will depend on your use case and node structure.
Views
Replies
Total Likes
Views
Likes
Replies