Lucene has a few available suggesters that would be nice to expose in Elasticsearch:
Any others?
Any update on this ?
I wanted to use AnalyzingInfixSuggester for my auto complete needs.
Is there some way by which I can use some analyzers or filters to achieve a similar behavior with the completion suggester. Any help will be greatly appreciated.
cc @elastic/es-search-aggs
+1 for infix suggester. And the alternative for now would be
(1) completion suggester + term(or) phrase suggester?
or (2) edge ngram?
Most helpful comment
Any update on this ?
I wanted to use AnalyzingInfixSuggester for my auto complete needs.
Is there some way by which I can use some analyzers or filters to achieve a similar behavior with the completion suggester. Any help will be greatly appreciated.