Re: Question about lat/long data type in localsolr

2009-11-22 Thread Bertie Shen
Sorry, I forgot to mention that I already did double -> tdouble replacement. Yesterday, I downloaded localsolr https://locallucene.svn. sourceforge.net/svnroot/locallucene/trunk/localsolr and use lucene-spatial-2.9.0-dev.jar. The indexing is succcessful, although currently I am still figuring out

Re: Question about lat/long data type in localsolr

2009-11-21 Thread Ian Ibbotson
Heya... I think you need to use the newer types in your schema.xml, IE as doubles are no longer index-compatible (AFAIK) To use the above, make sure you have the tdouble types declared with in your section. HTH Ian. 2009/11/21 Bertie Shen : > Hey everyone, > >  I used lo

Question about lat/long data type in localsolr

2009-11-21 Thread Bertie Shen
Hey everyone, I used localsolr and locallucene to do local search. But I could not make longitude and latitude successfully indexed. During DataImport process, there is an exception. Do you have some ideas about it? I copy solrconfig.xml and schema.xml from your http://www.gissearch.com/local