Example usage for org.apache.solr.schema IndexSchema LUCENE_MATCH_VERSION_PARAM

List of usage examples for org.apache.solr.schema IndexSchema LUCENE_MATCH_VERSION_PARAM

Introduction

In this page you can find the example usage for org.apache.solr.schema IndexSchema LUCENE_MATCH_VERSION_PARAM.

Prototype

String LUCENE_MATCH_VERSION_PARAM

To view the source code for org.apache.solr.schema IndexSchema LUCENE_MATCH_VERSION_PARAM.

Click Source Link

Usage

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
}