Class CheckIndex.Status.TermVectorStatus
Status from testing stored fields.
Inheritance
System.Object
CheckIndex.Status.TermVectorStatus
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class TermVectorStatus : object
Fields
Name | Description |
---|---|
docCount | Number of documents tested. |
error | Exception thrown during term vector test (null on success) |
totVectors | Total number of term vectors tested. |