Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
4.1
-
None
-
None
-
New
Description
The following API documents talk about RangeQuery:
http://lucene.apache.org/core/4_1_0/queryparser/org/apache/lucene/queryparser/classic/QueryParserBase.html
http://lucene.apache.org/core/4_1_0/core/org/apache/lucene/document/DateTools.html
However, RangeQuery is deleted in lucene 4.1, according to the change log:
http://lucene.apache.org/core/4_1_0/changes/Changes.html
LUCENE-1944, LUCENE-1856, LUCENE-1957, LUCENE-1960, LUCENE-1961, LUCENE-1968, LUCENE-1970, LUCENE-1946, LUCENE-1971, LUCENE-1975, LUCENE-1972, LUCENE-1978, LUCENE-944, LUCENE-1979, LUCENE-1973, LUCENE-2011: Remove deprecated methods/constructors/classes:
...
Remove RangeQuery, RangeFilter and ConstantScoreRangeQuery.
Please update the API documents to reflect the latest code.