Getting search term suggestions from the CQ5.5 index
I am implementing an auto-suggest facility for a search input box using
CQ5.5.
This article on Predictive Search mentions a search/suggestion component
in AEM (5.6), which seems to be present in CQ5.5, but missing the
com.day.cq.search.suggest.impl.SuggestionIndexManager service dependencies
it requires.
Is it possible to add this facility through some add-on package or
alternative CQ5.5 feature?
It seems that the underlying Lucene suggest API does not seem to be
exposed, but perhaps there some Jackrabbit API that I could use?
No comments:
Post a Comment