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
    System.Object
    SortedSetDocValuesReaderState.OrdRange
    Namespace: Lucene.Net.Facet.SortedSet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public sealed class OrdRange : object

    Constructors

    | Improve this Doc View Source

    OrdRange(Int32, Int32)

    Start and end are inclusive.

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

    Properties

    | Improve this Doc View Source

    End

    End of range, inclusive:

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

    Start

    Start of range, inclusive:

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