Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Lucene41PostingsWriter.Int32BlockTermState

    NOTE: This was IntBlockTermState in Lucene

    Inheritance
    object
    TermState
    OrdTermState
    BlockTermState
    Lucene41PostingsWriter.Int32BlockTermState
    Inherited Members
    BlockTermState.DocFreq
    BlockTermState.TotalTermFreq
    BlockTermState.TermBlockOrd
    BlockTermState.BlockFilePointer
    OrdTermState.Ord
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Codecs.Lucene41
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class Lucene41PostingsWriter.Int32BlockTermState : BlockTermState

    Methods

    Clone()

    NOTE: This was IntBlockTermState in Lucene

    Declaration
    public override object Clone()
    Returns
    Type Description
    object
    Overrides
    TermState.Clone()

    CopyFrom(TermState)

    Copies the content of the given TermState to this instance

    Declaration
    public override void CopyFrom(TermState other)
    Parameters
    Type Name Description
    TermState other

    the TermState to copy

    Overrides
    BlockTermState.CopyFrom(TermState)

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    BlockTermState.ToString()
    Back to top Copyright © 2024 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.