C# Class Lucene.Net.Facet.Range.LongRange

Represents a range over long values. @lucene.experimental
Inheritance: Range
显示文件 Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
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

Method Details

Accept() public method

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

GetFilter() public method

public GetFilter ( Filter fastMatchFilter, ValueSource valueSource ) : Filter
fastMatchFilter Filter
valueSource ValueSource
return Filter

LongRange() public method

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
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string