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