Autocompleter

Are you referring to the "suggester" functionality in Lucene? If so, I am
not a big fan of it, because it is not "realtime" and requires rebuilding
it periodically (which can get really expensive), so, at least now, its not
implemented in elasticsearch.

Obviously, many people have implemented auto suggest by simply doing
"search", using things like ngrams.

On Fri, Dec 2, 2011 at 7:54 PM, Valdas valdas.jancauskas@gmail.com wrote:

hello,
it's possible to create autocompleter. In solr is very easy to create
them. But in ES is not simple. We trying it write with regexp. But
it's not fast. Best way to create autocompleter is? We trying to make
ex.how google. then user typing word example g (must show google,
gmail and etc), if add go (it's showing google)

Thanks for help.