Class CheckIndex.Status.TermIndexStatus
Status from testing term index.
Inheritance
System.Object
CheckIndex.Status.TermIndexStatus
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class TermIndexStatus : object
Properties
Name | Description |
---|---|
BlockTreeStats | Holds details of block allocations in the block tree terms dictionary (this is only set if the PostingsFormat for this segment uses block tree. |
DelTermCount | Number of terms with zero live docs docs. |
Error | Exception thrown during term index test ( |
TermCount | Number of terms with at least one live doc. |
TotFreq | Total frequency across all terms. |
TotPos | Total number of positions. |