Re: Spatial Distance Range

2013-10-22 Thread Eric Grobler
Hi Bill, I found what you were refering too :-) http://stackoverflow.com/questions/10867113/solr-distance-filtering Thanks! On Tue, Oct 22, 2013 at 3:20 PM, Bill Bell wrote: > Yes frange works > > Bill Bell > Sent from mobile > > > > On Oct 22, 2013, at 8:17 AM, Eric Grobler > wrote: > > >

Re: Spatial Distance Range

2013-10-22 Thread Eric Grobler
This question was badly phrased. I asked it again under the heading "Spatial Circle Search" On Tue, Oct 22, 2013 at 3:17 PM, Eric Grobler wrote: > Hi Everyone, > > Normally one would search for documents where the location is within a > specified distance, for example widthin 5 km: > fq={!geofi

Re: Spatial Distance Range

2013-10-22 Thread Eric Grobler
Hi Everyone, To explain this better, fq={!geofilt pt=45.15,-93.85 sfield=store d=5} will search the gray area. I want to search in a circle around my location but between 5 and 10 km, the blue area. [image: Inline image 1] Regards Ericz On Tue, Oct 22, 2013 at 3:17 PM, Eric Grobler wrote: >

Re: Spatial Distance Range

2013-10-22 Thread Eric Grobler
Hi Bill, > Yes frange works Do you mean range specifying kilometers? Regards Eric On Tue, Oct 22, 2013 at 3:20 PM, Bill Bell wrote: > Yes frange works > > Bill Bell > Sent from mobile > > > > On Oct 22, 2013, at 8:17 AM, Eric Grobler > wrote: > > > > Hi Everyone, > > > > Normally one would s

Re: Spatial Distance Range

2013-10-22 Thread Bill Bell
Yes frange works Bill Bell Sent from mobile > On Oct 22, 2013, at 8:17 AM, Eric Grobler wrote: > > Hi Everyone, > > Normally one would search for documents where the location is within a > specified distance, for example widthin 5 km: > fq={!geofilt pt=45.15,-93.85 sfield=store > d=5}