|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.CheckIndex.Status.TermVectorStatus
public static final class CheckIndex.Status.TermVectorStatus
Status from testing stored fields.
| Field Summary | |
|---|---|
int |
docCount
Number of documents tested. |
Throwable |
error
Exception thrown during term vector test (null on success) |
long |
totVectors
Total number of term vectors tested. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int docCount
public long totVectors
public Throwable error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||