Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
CheckIndex.Status.TermIndexStatus |
CheckIndex.Status.SegmentInfoStatus.termIndexStatus
Status for testing of indexed terms (null if indexed terms could not be tested).
|
Modifier and Type | Method and Description |
---|---|
static CheckIndex.Status.TermIndexStatus |
CheckIndex.testPostings(CodecReader reader,
PrintStream infoStream)
Test the term index.
|
static CheckIndex.Status.TermIndexStatus |
CheckIndex.testPostings(CodecReader reader,
PrintStream infoStream,
boolean verbose,
boolean doSlowChecks,
boolean failFast)
Test the term index.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.