Class CheckIndex.Status.TermIndexStatus
Status from testing term index.
Inheritance
System.Object
CheckIndex.Status.TermIndexStatus
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class TermIndexStatus : object
Fields
Name | Description |
---|---|
error | Exception thrown during term index test (null on success) |
termCount | Total term count |
totFreq | Total frequency across all terms. |
totPos | Total number of positions. |