C# 클래스 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).
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
OrdRange ( int start, int end ) : System.Collections.Generic

Start and end are inclusive.

메소드 상세

OrdRange() 공개 메소드

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