Supporting typeahead autocomplete with ElasticSearch

wodow picture wodow · Nov 28, 2012 · Viewed 13.8k times · Source

Is there a standard way to implement character-by-character typeahead autocomplete using ElasticSearch for small fields (e.g. place names).

(At the time of writing this, there are a number of discussions available via search, but nothing that seems definitive. (Also, I see there is talk of the effect of feature support for autocomplete/suggest in Apache Lucene 4.))

Thanks for thoughts.