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.