Re: spatial query parinsg error: org.apache.lucene.queryParser.ParseException

2010-12-02 Thread Dennis Gearon
It WORKED Thank you so much everybody! I feel like jumping up and down like 'Hiro' on Heroes Dennis Gearon - Original Message - From: "Dennis Gearon" To: Sent: Wednesday, December 01, 2010 7:51 PM Subject: spatial query parinsg error: org.apache.lucene.queryParser.ParseException

Re: spatial query parinsg error: org.apache.lucene.queryParser.ParseException

2010-12-01 Thread Dennis Gearon
parinsg error: org.apache.lucene.queryParser.ParseException I just saw the parameter 'lng' in your query... I believe it should be 'long'. Give it a try if the link I sent you is not working - Original Message - From: "Dennis Gearon" To: Sent: Wednesday, December 01, 2010 11:39

Re: spatial query parinsg error: org.apache.lucene.queryParser.ParseException

2010-12-01 Thread Jean-Sebastien Vachon
tien Vachon To: solr-user@lucene.apache.org Sent: Wed, December 1, 2010 7:12:20 PM Subject: Re: spatial query parinsg error: org.apache.lucene.queryParser.ParseException Try this... http://localhost:8080/solr/select?wt=json&indent=true&q={!spatial%20lat=37.326375%20lng=-121.892

Re: spatial query parinsg error: org.apache.lucene.queryParser.ParseException

2010-12-01 Thread Dennis Gearon
December 1, 2010 7:12:20 PM Subject: Re: spatial query parinsg error: org.apache.lucene.queryParser.ParseException Try this... http://localhost:8080/solr/select?wt=json&indent=true&q={!spatial%20lat=37.326375%20lng=-121.892639%20radius=3%20unit=km%20threadCount=3}title:Art%20Loft -

Re: spatial query parinsg error: org.apache.lucene.queryParser.ParseException

2010-12-01 Thread Jean-Sebastien Vachon
Try this... http://localhost:8080/solr/select?wt=json&indent=true&q={!spatial%20lat=37.326375%20lng=-121.892639%20radius=3%20unit=km%20threadCount=3}title:Art%20Loft - Original Message - From: "Dennis Gearon" To: Sent: Wednesday, December 01, 2010 7:51 PM Subject: spatial query parin