Re: geolocation search ignores distance parameter

2015-11-22 Thread PeterKerk
@Erik: thanks, overlooked that...added fq= before geofilt and now it works :) -- View this message in context: http://lucene.472066.n3.nabble.com/geolocation-search-ignores-distance-parameter-tp4241564p4241571.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: geolocation search ignores distance parameter

2015-11-22 Thread Shawn Heisey
On 11/22/2015 5:39 PM, PeterKerk wrote: > Why is the result below returned even though I'm filtering in a radius of 20 > from geocoordinates defined in pt parameter in the querystring? > As you can see the result in _dist_ in this result is is far larger than 20. > > http://localhost:8983/solr/loc

Re: geolocation search ignores distance parameter

2015-11-22 Thread Erik Hatcher
> > > > I tried adding this to the query string: &fq=_dist_:10 > > but then I get the error: undefined field _dist_ > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/geolocation-search-ignores-distance-parameter-tp4241564.html > Sent from the Solr - User mailing list archive at Nabble.com.

geolocation search ignores distance parameter

2015-11-22 Thread PeterKerk
schema.xml definitions I tried adding this to the query string: &fq=_dist_:10 but then I get the error: undefined field _dist_ -- View this message in context: http://lucene.472066.n3.nabble.com/geolocation-search-ignores-distance-parameter-tp4