I get both of these errors a few times in my tomcat (7.0.52) catalina.out logfile:
2014-04-02 13:22:32,026 WARN org.apache.solr.schema.FieldTypePluginLoader - TokenFilterFactory is using deprecated LUCENE_33 emulation. You should at some point declare and reindex to at least 4.0, because 3.x emulation is deprecated and will be removed in 5.0 2014-04-02 13:22:32,138 WARN org.apache.solr.schema.FieldTypePluginLoader - TokenizerFactory is using deprecated LUCENE_33 emulation. You should at some point declare and reindex to at least 4.0, because 3.x emulation is deprecated and will be removed in 5.0 What should I be doing to fix them? Is there a replacement for those classes? Do I just need to change the luceneMatchVersion to be LUCENE_461 or something? Tried some google searches but they proved fruitless. Thanks! -- Chris