List of usage examples for org.apache.lucene.index BaseTestCheckIndex BaseTestCheckIndex
BaseTestCheckIndex
From source file:org.apache.solr.index.hdfs.CheckHdfsIndexTest.java
License:Apache License
public CheckHdfsIndexTest() { super(); sliceCount = 1; fixShardCount(1); testCheckIndex = new BaseTestCheckIndex(); }