Auto-Suggest From Popular Queries Using EdgeNGrams


Auto-Suggest From Popular Queries Using EdgeNGrams

A popular feature of most modern search applications is the auto-suggest or auto-complete feature where, as a user types their query into a text box, suggestions of popular queries are presented. As each additional character is typed in by the user the list of suggestions is refined. There are several different approaches in Solr to provide this functionality, but we will be looking at an approach that involves using EdgeNGrams as part of the analysis chain.

Related Posts