RE: Postal Code Radius Search

2007-08-29 Thread Charles Patridge
Hartford, CT 06108 Phone: 860-291-9517 x 106 Email: [EMAIL PROTECTED] -Original Message- From: Will Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 11:46 AM To: java-user@lucene.apache.org Subject: Re: Postal Code Radius Search a CustomScoreQuery combined with a

RE: Postal Code Radius Search

2007-08-29 Thread Charles Patridge
400 East Hartford, CT 06108 Phone: 860-291-9517 x 106 Email: [EMAIL PROTECTED] -Original Message- From: Steven Rowe [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 12:37 PM To: java-user@lucene.apache.org Subject: Re: Postal Code Radius Search Mike wrote: > I've sear

Re: Postal Code Radius Search

2007-08-29 Thread Steven Rowe
Mike wrote: > I've searched the mailing list archives, the web, read the FAQ, etc and I > don't see anything relevant so here it goes… > > I'm trying to implement a radius based searching based on zip/postal codes. Here is a selection of interesting threads from the Lucene ML with relevant info:

Re: Postal Code Radius Search

2007-08-29 Thread Will Johnson
a CustomScoreQuery combined with a FieldCacheSource that holds the the lat/lon might work. - will On Aug 29, 2007, at 11:15 AM, Mike wrote: I've searched the mailing list archives, the web, read the FAQ, etc and I don't see anything relevant so here it goes… I'm trying to implement a rad

Postal Code Radius Search

2007-08-29 Thread Mike
I've searched the mailing list archives, the web, read the FAQ, etc and I don't see anything relevant so here it goes… I'm trying to implement a radius based searching based on zip/postal codes. (The user enters their zip code and I show nearby matches under x miles away sorted by linear distance