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

Represents a range over long values. @lucene.experimental
Inheritance: Range
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetFilter() public méthode

public GetFilter ( Filter fastMatchFilter, ValueSource valueSource ) : Filter
fastMatchFilter Filter
valueSource ValueSource
Résultat Filter

LongRange() public méthode

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
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string