Is there an autocomplete function in ElasticSearch/OpenSearch that returns score for relevancy and applies filters at the same time?

Viewed 11

I am using completion suggester with contexts (to apply filters in autocomplete).

As stated in this article https://www.elastic.co/blog/you-complete-me the completion suggester uses FST and it does not take into account score or relevancy.

I need an autocomplete functionality that supports both scores and filters other than edge-ngram because of performance.

0 Answers
Related