C# 클래스 Lucene.Net.Facet.Range.LongRange

Represents a range over long values. @lucene.experimental
상속: Range
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( long value ) : bool

True if this range accepts the provided value.

GetFilter ( Filter fastMatchFilter, ValueSource valueSource ) : Filter
LongRange ( string label, long minIn, bool minInclusive, long maxIn, bool maxInclusive ) : System.Collections.Generic

Create a LongRange.

ToString ( ) : string

메소드 상세

Accept() 공개 메소드

True if this range accepts the provided value.
public Accept ( long value ) : bool
value long
리턴 bool

GetFilter() 공개 메소드

public GetFilter ( Filter fastMatchFilter, ValueSource valueSource ) : Filter
fastMatchFilter Filter
valueSource ValueSource
리턴 Filter

LongRange() 공개 메소드

Create a LongRange.
public LongRange ( string label, long minIn, bool minInclusive, long maxIn, bool maxInclusive ) : System.Collections.Generic
label string
minIn long
minInclusive bool
maxIn long
maxInclusive bool
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string