RE: Lucene 2.9 Spatial Search Problem

2009-10-02 Thread Uwe Schindler
Hallo Rajiv2, The LocalLucene from Sourceforge is not index-compatible to the recently added spatial contrib in Lucene. You have to reindex your spatial values (because the index format now makes use of the new Lucene 2.9 NumericField, which is now the standard for numeric fields). Uwe - Uwe

Re: Lucene 2.9 Spatial Search Problem

2009-10-02 Thread Michael McCandless
The required format for contrib/spatial has changed to NumericField, as of 2.9. Are you building your index with NumericField? Mike On Fri, Oct 2, 2009 at 2:04 PM, Rajiv2 wrote: > > Hello, I was using Lucene 2.4 and locallucene in my app and upgraded to > lucene 2.9 and I'm using the new spatia