Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SortedSetDocValuesReaderState.OrdRange

    Holds start/end range of ords, which maps to one dimension (someday we may generalize it to map to hierarchies within one dimension).

    Inheritance
    object
    SortedSetDocValuesReaderState.OrdRange
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Facet.SortedSet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public sealed class SortedSetDocValuesReaderState.OrdRange

    Constructors

    OrdRange(int, int)

    Start and end are inclusive.

    Declaration
    public OrdRange(int start, int end)
    Parameters
    Type Name Description
    int start
    int end

    Properties

    End

    End of range, inclusive:

    Declaration
    public int End { get; }
    Property Value
    Type Description
    int

    Start

    Start of range, inclusive:

    Declaration
    public int Start { get; }
    Property Value
    Type Description
    int
    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.