Apache Lucene.Net 2.4.0 Class Library API

RangeFilter Constructor

lowerTerm is null and includeLower is true (similar for upperTerm and includeUpper)

Overload List

lowerTerm is null and includeLower is true (similar for upperTerm and includeUpper)

public RangeFilter(string,string,string,bool,bool);

WARNING: Using this constructor and supplying a non-null value in the collator paramter will cause every single index Term in the Field referenced by lowerTerm and/or upperTerm to be examined. Depending on the number of index Terms in this Field, the operation could be very slow.

public RangeFilter(string,string,string,bool,bool,CompareInfo);

See Also

RangeFilter Class | Lucene.Net.Search Namespace