Well, I didn't think the plugin would be an issue. I thought the rest of the query was from the main query parser, and the plugin processes after that. so I thought the rest of query AFTER the plugin/filter part of the query was like normal,without the filter/plugin. Is that so?
Using the plugin makes me do everything according to it's reequirements, or for just what's in the braces {}? I believe the plugin is Spatial Solr, anyway. I'm really new to using this, guys. Dennis Gearon Signature Warning ---------------- It is always a good idea to learn from your own mistakes. It is usually a better idea to learn from others’ mistakes, so you do not have to make them yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. ----- Original Message ---- From: Pradeep Singh <pksing...@gmail.com> 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 and threadCount (they have pt and dist). On Sun, Dec 12, 2010 at 4:47 PM, Dennis Gearon <gear...@sbcglobal.net>wrote: > 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 >t > > > Dennis Gearon > > > Signature Warning > ---------------- > It is always a good idea to learn from your own mistakes. It is usually a > better > idea to learn from others’ mistakes, so you do not have to make them > yourself. > from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' > > > EARTH has a Right To Life, > otherwise we all die. > >