Show / Hide Table of Contents

    Class OrdTermState

    An ordinal based TermState

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    TermState
    OrdTermState
    BlockTermState
    Inherited Members
    TermState.Clone()
    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 © 2020 Licensed to the Apache Software Foundation (ASF)