List of usage examples for org.apache.solr.schema IndexSchema LUCENE_MATCH_VERSION_PARAM
String LUCENE_MATCH_VERSION_PARAM
To view the source code for org.apache.solr.schema IndexSchema LUCENE_MATCH_VERSION_PARAM.
Click Source Link
From source file:com.sindicetech.siren.solr.analysis.BaseSirenStreamTestCase.java
License:Open Source License
public Map<String, String> getDefaultInitArgs() { final Map<String, String> args = new HashMap<String, String>(); args.put(IndexSchema.LUCENE_MATCH_VERSION_PARAM, LuceneTestCase.TEST_VERSION_CURRENT.name()); return args;//from w w w . ja v a 2 s. c om }