RE: Solr YUI autocomplete

2009-11-02 Thread Ankit Bhatnagar
Solr YUI autocomplete 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

Re: Solr YUI autocomplete

2009-11-02 Thread Eric Pugh
: > > > Does Solr supports JSONP (JSON with Padding) in the response? > > -Ankit > > > > -Original Message- > From: Ankit Bhatnagar [mailto:abhatna...@vantage.com] > Sent: Friday, October 30, 2009 10:27 AM > To: 'solr-user@lucene.apache.org&

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
t; > > > -Original Message- > From: Ankit Bhatnagar [mailto:abhatna...@vantage.com] > Sent: Friday, October 30, 2009 10:27 AM > To: 'solr-user@lucene.apache.org' > Subject: Solr YUI autocomplete > > Hi Guys, > > I have question regarding - how to sp

Solr YUI autocomplete

2009-10-30 Thread Ankit Bhatnagar
Does Solr supports JSONP (JSON with Padding) in the response? -Ankit -Original Message- From: Ankit Bhatnagar [mailto:abhatna...@vantage.com] Sent: Friday, October 30, 2009 10:27 AM To: 'solr-user@lucene.apache.org' Subject: Solr YUI autocomplete Hi Guys, I have question

Solr YUI autocomplete

2009-10-30 Thread Ankit Bhatnagar
Hi Guys, I have question regarding - how to specify the I am using YUI autocomplete widget and it expects the JSONP response. http://localhost:8983/solr/select/?q=monitor&version=2.2&start=0&rows=10&indent=on&wt=json&json.wrf= I am not sure how should I specify the json.wrf=function Thanks An