Lucene.Net 1.4.3 Class Library

QueryParser.GetRangeQuery Method (String, String, String, Boolean)

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 | QueryParser.GetRangeQuery Overload List