Class CheckIndex.Status.TermVectorStatus
Status from testing stored fields.
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public sealed class CheckIndex.Status.TermVectorStatus
Properties
DocCount
Number of documents tested.
Declaration
public int DocCount { get; }
Property Value
Type | Description |
---|---|
int |
Error
Exception thrown during term vector test (null
on success)
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
Exception |
TotVectors
Total number of term vectors tested.
Declaration
public long TotVectors { get; }
Property Value
Type | Description |
---|---|
long |