Apache Lucene.Net 2.4.0 Class Library API

QueryParser.GetRangeQuery Method 

public virtual Query GetRangeQuery(
   string field,
   string part1,
   string part2,
   bool inclusive
);

Exceptions

Exception Type Condition
ParseException throw in overridden method to disallow

See Also

QueryParser Class | Lucene.Net.QueryParsers Namespace