Apache Lucene.Net 2.4.0 Class Library API

QueryParser.GetRangeCollator Method 

Returns the collator used to determine index term inclusion in ranges specified either for ConstantScoreRangeQuery or RangeQuery (if SetUseOldRangeQuery(bool) is called with the parameter true).

public CompareInfo GetRangeCollator();

Return Value

See Also

QueryParser Class | Lucene.Net.QueryParsers Namespace