|
|
|
@ -86,8 +86,8 @@ import org.apache.lucene.util.Version;
|
|
|
|
|
|
|
|
|
|
public final class Fulltext {
|
|
|
|
|
|
|
|
|
|
private static final String SOLR_PATH = "solr_5_2"; // 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", "solr_44", "solr_45", "solr_46", "solr_47", "solr_4_9", "solr_4_10"};
|
|
|
|
|
private static final String SOLR_PATH = "solr_5_5"; // 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", "solr_44", "solr_45", "solr_46", "solr_47", "solr_4_9", "solr_4_10", "solr_5_2"};
|
|
|
|
|
|
|
|
|
|
// class objects
|
|
|
|
|
private final File segmentPath;
|
|
|
|
|