Example usage for org.apache.lucene.index BaseTestCheckIndex BaseTestCheckIndex

List of usage examples for org.apache.lucene.index BaseTestCheckIndex BaseTestCheckIndex

Introduction

In this page you can find the example usage for org.apache.lucene.index BaseTestCheckIndex BaseTestCheckIndex.

Prototype

BaseTestCheckIndex

Source Link

Usage

From source file:org.apache.solr.index.hdfs.CheckHdfsIndexTest.java

License:Apache License

public CheckHdfsIndexTest() {
    super();
    sliceCount = 1;
    fixShardCount(1);

    testCheckIndex = new BaseTestCheckIndex();
}