You should take a look at http:\\www.extjs.com. The combo box has got an
autocomplete fultionality. Infact it even has paging built into it. I just
did a demo using Solr for autocomplete and i got a very good responsive GUI.
I have got about 100,000 documents with 26 fields each and get a response <
1s

Hope that helps
-Bharani

Park, Michael wrote:
> 
> Thanks!  That's a good suggestion too.  I'll look into that.
> 
> Actually, I was hoping someone had used a reliable JS library that
> accepted JSON. 
> 
> -----Original Message-----
> From: Ryan McKinley [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 15, 2007 4:44 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Solr + autocomplete
> 
>> 
>> I would imagine there is a library to set up an autocomplete search
> with
>> Solr.  Does anyone have any suggestions?  Scriptaculous has a
> JavaScript
>> autocomplete library.  However, the server must return an unordered
>> list.
>> 
> 
> Solr does not provide an autocomplete UI, but it can return JSON that a 
> JS library can use to populate an autocomplete.
> 
> Depending on you index size/ query speed, you may be fine with a 
> standard faceting prefix filter.  If the index is large, you may want to
> 
> index using the EdgeNGramFilterFactory.
> 
> Check the last comment in:
> https://issues.apache.org/jira/browse/SOLR-357
> 
> ryan
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Solr-%2B-autocomplete-tf4630140.html#a13271445
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to