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