public static final class CheckIndex.Status.TermVectorStatus extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
public int docCount
public long totVectors
public Throwable error
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.