Apache Lucene.Net 2.4.0 Class Library API

RangeQuery Constructor

Constructs a query selecting all terms greater than

lowerTerm
but less than
upperTerm
. There must be at least one term and either term may be null, in which case there is no bound on that side, but if there are two terms, both terms must be for the same field.

Overload List

Constructs a query selecting all terms greater than

lowerTerm
but less than
upperTerm
. There must be at least one term and either term may be null, in which case there is no bound on that side, but if there are two terms, both terms must be for the same field.

public RangeQuery(Term,Term,bool);

 

public RangeQuery(Term,Term,bool,CompareInfo);

See Also

RangeQuery Class | Lucene.Net.Search Namespace