Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class OrdTermState

    An ordinal based TermState

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    TermState
    OrdTermState
    BlockTermState
    Inherited Members
    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.Index
    Assembly: Lucene.Net.dll
    Syntax
    public class OrdTermState : TermState

    Constructors

    | Improve this Doc View Source

    OrdTermState()

    Sole constructor.

    Declaration
    public OrdTermState()

    Properties

    | Improve this Doc View Source

    Ord

    Term ordinal, i.e. it's position in the full list of sorted terms.

    Declaration
    public long Ord { 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
    TermState.CopyFrom(TermState)
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    TermState.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.