On 11/28/2013 8:03 AM, Furkan KAMACI wrote: > Caused by: org.apache.solr.common.SolrException: Invalid luceneMatchVersion > '4.5', valid values are: [LUCENE_30, LUCENE_31, LUCENE_32, LUCENE_33, > LUCENE_34, LUCENE_35, LUCENE_36, LUCENE_40, LUCENE_41, LUCENE_42, > LUCENE_43, LUCENE_CURRENT] or a string in format 'V.V'
This indicates that what is actually running is not using Lucene 4.5.1, it's using Lucene 4.3. If it were 4.5.1, it would list LUCENE_44 and LUCENE_45 as well, and your configured version of 4.5 would work with no problem. When you upgraded Solr, are you sure you replaced the war with the correct version? It is also strongly recommended that you delete the extracted webapp before restarting, so there is no possibility of old jars hanging around. If you are using the included jetty with the included context config, you would need to delete the solr-webapp directory. With another servlet container, I have no idea where it would be. Thanks, Shawn