Re: Deprication warnings in Solr log

2011-05-04 Thread Ward Bekker
> http://lucene.472066.n3.nabble.com/Deprication-warnings-in-Solr-log-tp2898163p2898749.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Deprication warnings in Solr log

2011-05-04 Thread lboutros
did you update this part in your solrconfig.xml ? LUCENE_31 Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Deprication-warnings-in-Solr-log-tp2898163p2898749.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Deprication warnings in Solr log

2011-05-04 Thread Ward Bekker
Hi Erick, I've removed the old indexes. Rebuilded and I'm still getting the depreciation warnings. Regards, Ward On May 4, 2011, at 2:23 PM, Erick Erickson wrote: > What this is saying is that your index was created with a 2.x format. > That format > is supported in 3.x, but will NOT be supp

Re: Deprication warnings in Solr log

2011-05-04 Thread Erick Erickson
What this is saying is that your index was created with a 2.x format. That format is supported in 3.x, but will NOT be supported in 4.x. So re-index your data with a 3.x Solr and this should go away... Best Erick On Wed, May 4, 2011 at 6:20 AM, Ward Bekker wrote: > Hello, > > I just upgraded to

Deprication warnings in Solr log

2011-05-04 Thread Ward Bekker
Hello, I just upgraded to 3.1. After this the solr.log is showing deprecation warnings (see below). What can I do about this? Regards, Ward - WARNING: WhitespaceTokenizerFactory is using deprecated LUCENE_24 emulation. You should at some point declare and reindex to at least 3.0, beca