Autocomplete search with Completion Suggester

We are building a search engine for our app and we want to show suggestion while searching. We want to show suggestion to every user based on their profile (personalised). So the problem is Completion Suggester do not support sloppy matches and match form middle whereas Edge NGrams support both but will use much more space in indexing compared to Completion Suggester. So I want to know is their any better method available? If yes please share. Any suggestion?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.