Re: Solr and Autocompletion

2008-12-18 Thread Chris Hostetter
: Subject: Solr and Autocompletion : References: <49483388.8030...@drun.net> : <502b8706-828b-4eaa-886d-af0dccf37...@stylesight.com> : <8c0c601f0812170825j766cf005i9546b2604a19f...@mail.gmail.com> : <4949537a.3050...@drun.net> : <8599f2e4e80ecc44ae

Re: Solr and Autocompletion

2008-12-18 Thread Ryan McKinley
lots of options out there Rather then doing a slow query like Prefix, i think its best to index the ngrams so the autocomplete is a fast query. http://www.mail-archive.com/solr-user@lucene.apache.org/msg06776.html On Dec 18, 2008, at 11:56 AM, Kashyap, Raghu wrote: Hi, One of thing

Solr and Autocompletion

2008-12-18 Thread Kashyap, Raghu
Hi, One of things we are looking for is to Autofill the keywords when people start typing. (e.g. Google autofill) Currently we are using the RangeQuery. I read about the PrefixQuery and feel that it might be appropriate for this kind of implementation. Has anyone implemented the autofill fea