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 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 feature? If so what do you
recommend?
Thanks,
Raghu