Show / Hide Table of Contents

    Class BlockTermState

    Holds all state required for PostingsReaderBase to produce a DocsEnum without re-seeking the terms dict.

    Inheritance
    System.Object
    TermState
    OrdTermState
    BlockTermState
    Lucene41PostingsWriter.Int32BlockTermState
    Inherited Members
    OrdTermState.Ord
    TermState.Clone()
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    public class BlockTermState : OrdTermState

    Constructors

    | Improve this Doc View Source

    BlockTermState()

    Sole constructor. (For invocation by subclass constructors, typically implicit.)

    Declaration
    protected BlockTermState()

    Properties

    | Improve this Doc View Source

    BlockFilePointer

    File pointer into the terms dict primary file (_X.tim) that holds this term.

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

    DocFreq

    How many docs have this term?

    Declaration
    public int DocFreq { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TermBlockOrd

    The term's ord in the current block.

    Declaration
    public int TermBlockOrd { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TotalTermFreq

    Total number of occurrences of this term.

    Declaration
    public long TotalTermFreq { get; set; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    CopyFrom(TermState)

    Declaration
    public override void CopyFrom(TermState other)
    Parameters
    Type Name Description
    TermState other
    Overrides
    OrdTermState.CopyFrom(TermState)
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    OrdTermState.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)