Re: Latitude/Longitude and Lexigraphical search

2005-05-08 Thread Andrew Boyd
AIL PROTECTED]> Sent: May 8, 2005 1:29 PM To: Andrew Boyd Subject: Re: Latitude/Longitude and Lexigraphical search Hello Andrew, There already is a plugin available for Nutch : http://wiki.apache.org/nutch/GeoPosition I think that one can easily integrate it into a lucene app (i'll make

Re: Latitude/Longitude and Lexigraphical search

2005-05-08 Thread Sven Duzont
Hello Andrew, There already is a plugin available for Nutch : http://wiki.apache.org/nutch/GeoPosition I think that one can easily integrate it into a lucene app (i'll make some experimentations with it soon) Sven Le dimanche 8 mai 2005 à 18:26:14, vous écriviez : AB> Hi All, AB> I'm wa

Re: Latitude/Longitude and Lexigraphical search

2005-05-08 Thread Bill Tschumy
On May 8, 2005, at 11:26 AM, Andrew Boyd wrote: Hi All, I'm wanting to do some range queries using latitude and longitude. I have numbers like so: long lat -84.65532 32.74212 What would be the best way to store this in lucene so I can do a range query? Also for all you smart people

Latitude/Longitude and Lexigraphical search

2005-05-08 Thread Andrew Boyd
Hi All, I'm wanting to do some range queries using latitude and longitude. I have numbers like so: long lat -84.65532 32.74212 What would be the best way to store this in lucene so I can do a range query? Also for all you smart people out there do you know the distance betwee