Show / Hide Table of Contents

    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 Source

    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.Stats> BlockTreeStats { get; }
    Property Value
    Type Description
    IDictionary<System.String, BlockTreeTermsReader.Stats>
    | Improve this Doc View Source

    DelTermCount

    Number of terms with zero live docs docs.

    Declaration
    public long DelTermCount { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Error

    Exception thrown during term index test (null on success)

    Declaration
    public Exception Error { get; }
    Property Value
    Type Description
    Exception
    | Improve this Doc View Source

    TermCount

    Number of terms with at least one live doc.

    Declaration
    public long TermCount { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    TotFreq

    Total frequency across all terms.

    Declaration
    public long TotFreq { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    TotPos

    Total number of positions.

    Declaration
    public long TotPos { get; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)