Class CheckIndex.Status.TermIndexStatus
Status from testing term index.
Inheritance
System.Object
CheckIndex.Status.TermIndexStatus
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public sealed class TermIndexStatus
Properties
| Improve this Doc View SourceBlockTreeStats
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.Stats> BlockTreeStats { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, BlockTreeTermsReader.Stats> |
DelTermCount
Number of terms with zero live docs docs.
Declaration
public long DelTermCount { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Error
Exception thrown during term index test (null
on success)
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
System.Exception |
TermCount
Number of terms with at least one live doc.
Declaration
public long TermCount { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
TotFreq
Total frequency across all terms.
Declaration
public long TotFreq { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
TotPos
Total number of positions.
Declaration
public long TotPos { get; }
Property Value
Type | Description |
---|---|
System.Int64 |