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 <w...@equanimity.nl> wrote:
> 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, because 2.x 
> emulation is deprecated and will be removed in 4.0
> May 3, 2011 12:26:48 PM org.apache.solr.util.plugin.AbstractPluginLoader load
> INFO: created : org.apache.solr.analysis.WordDelimiterFilterFactory
> May 3, 2011 12:26:48 PM org.apache.solr.util.plugin.AbstractPluginLoader load
> INFO: created : org.apache.solr.analysis.LowerCaseFilterFactory
> May 3, 2011 12:26:48 PM org.apache.solr.analysis.BaseTokenStreamFactory 
> assureMatchVersion
> WARNING: LowerCaseFilterFactory is using deprecated LUCENE_24 emulation. You 
> should at some point declare and reindex to at least 3.0, because 2.x 
> emulation is deprecated and will be removed in 4.0
> May 3, 2011 12:26:48 PM org.apache.solr.util.plugin.AbstractPluginLoader load
> INFO: created : org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory
> May 3, 2011 12:26:48 PM org.apache.solr.util.plugin.AbstractPluginLoader load
> INFO: created : org.apache.solr.analysis.HTMLStripCharFilterFactory
> May 3, 2011 12:26:48 PM org.apache.solr.util.plugin.AbstractPluginLoader load
> INFO: created : org.apache.solr.analysis.WhitespaceTokenizerFactory
> May 3, 2011 12:26:48 PM org.apache.solr.analysis.BaseTokenStreamFactory 
> assureMatchVersion
> WARNING: WhitespaceTokenizerFactory is using deprecated LUCENE_24 emulation. 
> You should at some point declare and reindex to at least 3.0, because 2.x 
> emulation is deprecated and will be removed in 4.0
> May 3, 2011 12:26:48 PM org.apache.solr.util.plugin.AbstractPluginLoader load
> INFO: created : org.apache.solr.analysis.WordDelimiterFilterFactory
> May 3, 2011 12:26:48 PM org.apache.solr.util.plugin.AbstractPluginLoader load
> INFO: created : org.apache.solr.analysis.LowerCaseFilterFactory
> May 3, 2011 12:26:48 PM org.apache.solr.analysis.BaseTokenStreamFactory 
> assureMatchVersion
> WARNING: LowerCaseFilterFactory is using deprecated LUCENE_24 emulation. You 
> should at some point declare and reindex to at least 3.0, because 2.x 
> emulation is deprecated and will be removed in 4.0

Reply via email to