Fork me on GitHub
  • API

    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()
    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)
    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 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.