Re: Questions about hsin and dist

2010-06-14 Thread Yonik Seeley
On Mon, Jun 14, 2010 at 3:35 PM, Chris Hostetter wrote: > fq={!frange l=0 u=1}hsin(XXX,44.0,73.0,latitude,longitude,true) > > ...where XXX is the radius of hte earth in miles (i didn't bother to look > it up) That's what the docs say, but it doesn't really work in my experience. IMO, the spatial

Re: Questions about hsin and dist

2010-06-14 Thread Chris Hostetter
i'm not very knowledgable on spatial search, but... : for example, if I were to use a filter query such as : : {!frange l=0 u=75}dist(2,latitude,longitude,44.0,73.0) : : I would expect it to return all results within 75 mi of the given : latitude and longitude. however, the values being returne

Questions about hsin and dist

2010-06-07 Thread Aaron Chmelik
First, I'm new to the mailing list, and somewhat new to Solr, and apologize ahead of time if my question is either redundant or simplistic. I've read through the documentation on both the dist and hsin functions, but seem to be having a hard time grasping the concepts and syntax, particularly in r