C# Class Lucene.Net.Facet.SortedSet.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).
Mostra file Open project: apache/lucenenet

Public Methods

Method Description
OrdRange ( int start, int end ) : System.Collections.Generic

Start and end are inclusive.

Method Details

OrdRange() public method

Start and end are inclusive.
public OrdRange ( int start, int end ) : System.Collections.Generic
start int
end int
return System.Collections.Generic