Re: SpatialQuery for location based search using Lucene

2009-06-27 Thread Marcelo Ochoa
>  - San Francisco, CA > >   Lyons, IL > >   Oak Brook, IL > >  and when i give San Francisco, CA  as input, then this record shows in the > search results. > > What i want here is that if i type any of the 3 cities in input,I should get > this document in t

RE: SpatialQuery for location based search using Lucene

2009-06-27 Thread Uwe Schindler
Hi mitu2009, For numeric searches the not yet released version 2.9 has new possibilities for numeric searches. You can index int, long, float or double in a special field type (NumericField instead of Field) and can query it with NumericRangeQuery/NumericRangeFilter (see http://hudson.zones.apache

SpatialQuery for location based search using Lucene

2009-06-27 Thread mitu2009
the search results. Please help me achieve this. Thanks. -- View this message in context: http://www.nabble.com/SpatialQuery-for-location-based-search-using-Lucene-tp24236232p24236232.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. ---