Re: Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Markus Jelsma
e, > otherwise we all die. > > > > - Original Message > From: Markus Jelsma > To: solr-user@lucene.apache.org > Cc: Pradeep Singh > Sent: Sun, December 12, 2010 5:08:11 PM > Subject: Re: Which query parser and how to do full text on mulitple fields > >

Re: Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Dennis Gearon
Singh Sent: Sun, December 12, 2010 5:08:11 PM Subject: Re: Which query parser and how to do full text on mulitple fields Pradeep is right, but, check the solrconfig, the query parser is defined there. Look for the basedOn attribute in the queryParser element. > You said you were using a

Re: Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Dennis Gearon
2:54 PM Subject: Re: Which query parser and how to do full text on mulitple fields You said you were using a third party plugin. What do you expect people herre to know? Solr plugins don't have parameters lat, long, radius and threadCount (they have pt and dist). On Sun, Dec 12, 2010 at 4:47

Re: Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Dennis Gearon
From: Pradeep Singh To: solr-user@lucene.apache.org Sent: Sun, December 12, 2010 5:02:54 PM Subject: Re: Which query parser and how to do full text on mulitple fields You said you were using a third party plugin. What do you expect people herre to know? Solr plugins don't have parameters lat, long, radius

Re: Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Markus Jelsma
Pradeep is right, but, check the solrconfig, the query parser is defined there. Look for the basedOn attribute in the queryParser element. > You said you were using a third party plugin. What do you expect people > herre to know? Solr plugins don't have parameters lat, long, radius and > thread

Re: Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Pradeep Singh
You said you were using a third party plugin. What do you expect people herre to know? Solr plugins don't have parameters lat, long, radius and threadCount (they have pt and dist). On Sun, Dec 12, 2010 at 4:47 PM, Dennis Gearon wrote: > Which query parser did my partner set up below, and how to I

Which query parser and how to do full text on mulitple fields

2010-12-12 Thread Dennis Gearon
Which query parser did my partner set up below, and how to I parse three fields in the index for scoring and returning results? /solr/select?wt=json&indent=true&start=0&rows=20&q={!spatial%20lat=37.326375%20long=-121.892639%20radius=3%20unit=km%20threadCount=3}title:Art%20Loft Dennis Gearon