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
Assembly: Lucene.Net.Facet.dll
Syntax
public sealed class OrdRange : object
Constructors
Name | Description |
---|---|
OrdRange(Int32, Int32) | Start and end are inclusive. |
Properties
Name | Description |
---|---|
End | End of range, inclusive: |
Start | Start of range, inclusive: |