Show / Hide Table of Contents

    Class TopOrdAndInt32Queue.OrdAndValue

    Holds a single entry.

    Inheritance
    System.Object
    TopOrdAndInt32Queue.OrdAndValue
    Namespace: Lucene.Net.Facet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public sealed class OrdAndValue : object

    Constructors

    | Improve this Doc View Source

    OrdAndValue()

    Default constructor.

    Declaration
    public OrdAndValue()

    Properties

    | Improve this Doc View Source

    Ord

    Ordinal of the entry.

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

    Value

    Value associated with the ordinal.

    Declaration
    public int Value { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)