index migration to lucene 4.4

pull/1/head
Michael Peter Christen 12 years ago
parent a88a62f7aa
commit 1a3e42eca4

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>LUCENE_40</luceneMatchVersion>
<luceneMatchVersion>4.4</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load an Jars
identified and use them to resolve any "plugins" specified in

@ -85,8 +85,8 @@ import org.apache.solr.core.CoreContainer;
public final class Fulltext {
private static final String SOLR_PATH = "solr_40"; // the number should be identical to the number in the property luceneMatchVersion in solrconfig.xml
private static final String SOLR_OLD_PATH[] = new String[]{"solr_36"};
private static final String SOLR_PATH = "solr_44"; // the number should be identical to the number in the property luceneMatchVersion in solrconfig.xml
private static final String SOLR_OLD_PATH[] = new String[]{"solr_36", "solr_40"};
// class objects
private final File segmentPath;

Loading…
Cancel
Save