RE: Solr YUI autocomplete

2009-11-02 Thread Ankit Bhatnagar
Hey Eric, That correct however it didn't work with YUI widget. I changed my approach to use jQuery for now. -Ankit -Original Message- From: Eric Pugh [mailto:ep...@opensourceconnections.com] Sent: Monday, November 02, 2009 10:20 AM To: solr-user@lucene.apache.org Subject: Re:

Re: Solr YUI autocomplete

2009-11-02 Thread Eric Pugh
It does, have you looked at http://wiki.apache.org/solr/SolJSON?highlight=%28json%29#Using_Solr.27s_JSON_output_for_AJAX. Also, in my book on Solr, there is an example, but using the jquery autocomplete, which I think was answered earlier on the thread! Hope that helps. ANKITBHATNAGAR wrote:

RE: Solr YUI autocomplete

2009-11-02 Thread Ankit Bhatnagar
ssage- From: Amit Nithian [mailto:anith...@gmail.com] Sent: Monday, November 02, 2009 1:00 AM To: solr-user@lucene.apache.org Subject: Re: Solr YUI autocomplete I've used the YUI auto complete (albeit not with Solr which shouldn't matter here) and it should work with JSON. I did one t

Re: Solr YUI autocomplete

2009-11-01 Thread Amit Nithian
I've used the YUI auto complete (albeit not with Solr which shouldn't matter here) and it should work with JSON. I did one that simply made XHR calls over to a method on my server which returned pipe delimited text which worked fine. Are you using the XHR Data source and if so, what type are you t