LocalSolr, Maven, build files and release candidates (Just for info) and spatial radius (A question)

2009-11-02 Thread Ian Ibbotson
Hallo All. I've been trying to prepare a project using localsolr for the impending (I hope) arrival of solr 1.4 and Lucene 2.9.1.. Here are some notes in case anyone else is suffering similarly. Obviously everything here may change by next week. First problem has been the lack of any stable maven

Re: Problems downloading lucene 2.9.1

2009-11-03 Thread Ian Ibbotson
Heya Ryan... For me the big problem with adding http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/maven/to my build config is that the artifact names of the interim release are the same as the final objects

Re: The status of Local/Geo/Spatial/Distance Solr

2009-11-13 Thread Ian Ibbotson
Heya.. could it be a problem with your solr config files? I seem to recall a change from the docs as they were to get this working.. I have... lat lng 4 25 localsolr facet mlt highlight debug

Re: Factory cannot be cast

2009-11-18 Thread Ian Ibbotson
Cheers.. investigating... 2009/11/18 sophSophie : > > Hi, > > previously I was using a NGramFilterFactory for the completion on my website > but the EdgeNGramTokenizerFactory seems to be more pertinent. > > I defined my own field type  but when I start solr I got the error log : > > GRAVE: java.la

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