| 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(AtomicReader reader,
PrintStream infoStream)
Test term vectors.
|
static CheckIndex.Status.TermVectorStatus |
CheckIndex.testTermVectors(AtomicReader reader,
PrintStream infoStream,
boolean verbose,
boolean crossCheckTermVectors)
Test term vectors.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.