Hi,
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
Solved! Go to Solution.
Views
Replies
Total Likes
surely 1 is not correct. It is some what like 2 but I do not have exact syntax for lucene since I implemented this feature for AEM-solr integration. I need to do some research for lucene if you are unsuccessfully please file a support ticket so that we can get answer for you.
Views
Replies
Total Likes
With AEM6 it does not work. The alternative is configure use in suggest [1] & then use native query. OOB sample is planned for next release.
[1] http://jackrabbit.apache.org/oak/docs/query/lucene.html#Suggestions
Views
Replies
Total Likes
Thanks Sham for your response, I will take a look.
-Arun
Views
Replies
Total Likes
Hi Sham,
I am trying to use the below oak queries after configuring the index as suggested in the above link and I am not getting any response. Not sure whether my query is valid or not. Can you please validate the below queries.
1) select rep:suggest from nt:base where jcr:path like '/content' AND SUGGEST('SEARCH_TERM')
2) select [rep:suggest] from [nt:base] where native('lucene', 'suggest?term=SEARCH_TERM') AND [jcr:path] like '/'
Note: I am using AEM 6.0 SP2 and I also installed hotfix package recently provided for AEM 6.0 which upgrades to oak 1.0.18.
Thanks,
Arun
Views
Replies
Total Likes
surely 1 is not correct. It is some what like 2 but I do not have exact syntax for lucene since I implemented this feature for AEM-solr integration. I need to do some research for lucene if you are unsuccessfully please file a support ticket so that we can get answer for you.
Views
Replies
Total Likes
If OOTB components do not work - looks like you encountered a bug - please open an AEM ticket here:
https://helpx.adobe.com/marketing-cloud/experience-manager.html
Views
Replies
Total Likes
Views
Likes
Replies