Apache Lucene.Net 2.1 Class Library API

QueryParser.GetRangeQuery Method 

protected internal 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