Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
CheckIndex.Status.DocValuesStatus |
CheckIndex.Status.SegmentInfoStatus.docValuesStatus
Status for testing of DocValues (null if DocValues could not be tested).
|
Modifier and Type | Method and Description |
---|---|
static CheckIndex.Status.DocValuesStatus |
CheckIndex.testDocValues(CodecReader reader,
java.io.PrintStream infoStream,
boolean failFast)
Test docvalues.
|
Modifier and Type | Method and Description |
---|---|
private static void |
CheckIndex.checkDocValues(FieldInfo fi,
DocValuesProducer dvReader,
int maxDoc,
java.io.PrintStream infoStream,
CheckIndex.Status.DocValuesStatus status) |