Class CheckIndex.Status.TermIndexStatus
Status from testing term index.
Inheritance
System.Object
CheckIndex.Status.TermIndexStatus
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public sealed class TermIndexStatus : object
Properties
| Improve this Doc View SourceBlockTreeStats
Holds details of block allocations in the block
tree terms dictionary (this is only set if the
Postings
Declaration
public IDictionary<string, BlockTreeTermsReader.Stats> BlockTreeStats { get; }
Property Value
Type | Description |
---|---|
IDictionary<System. |
DelTermCount
Number of terms with zero live docs docs.
Declaration
public long DelTermCount { get; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|
System. |
TotFreq
Total frequency across all terms.
Declaration
public long TotFreq { get; }
Property Value
Type | Description |
---|---|
System. |
TotPos
Total number of positions.
Declaration
public long TotPos { get; }
Property Value
Type | Description |
---|---|
System. |