Class CheckIndex.Status.TermIndexStatus
Status from testing term index.
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public sealed class CheckIndex.Status.TermIndexStatus
Properties
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.
Declaration
public IDictionary<string, BlockTreeTermsReader<object>.Stats> BlockTreeStats { get; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, BlockTreeTermsReader<object>.Stats> |
DelTermCount
Number of terms with zero live docs docs.
Declaration
public long DelTermCount { get; }
Property Value
| Type | Description |
|---|---|
| long |
Error
Exception thrown during term index test (null on success)
Declaration
public Exception Error { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
TermCount
Number of terms with at least one live doc.
Declaration
public long TermCount { get; }
Property Value
| Type | Description |
|---|---|
| long |
TotFreq
Total frequency across all terms.
Declaration
public long TotFreq { get; }
Property Value
| Type | Description |
|---|---|
| long |
TotPos
Total number of positions.
Declaration
public long TotPos { get; }
Property Value
| Type | Description |
|---|---|
| long |