LUCENE-4828: move CHANGES entry to 4.2.1

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-03-19 19:39:10 +00:00
parent 0ab805492f
commit 39e99bc1a0
1 changed files with 3 additions and 5 deletions

View File

@ -115,11 +115,6 @@ API Changes
* LUCENE-4844: removed TaxonomyReader.getParent(), you should use
TaxonomyReader.getParallelArrays().parents() instead. (Shai Erera)
Bug Fixes
* LUCENE-4828: BooleanQuery no longer extracts terms from its MUST_NOT
clauses. (Mike McCandless)
Documentation
* LUCENE-4841: Added example SimpleSortedSetFacetsExample to show how
@ -148,6 +143,9 @@ Bug Fixes
* LUCENE-4836: Fix SimpleRateLimiter#pause to return the actual time spent
sleeping instead of the wakeup timestamp in nano seconds. (Simon Willnauer)
* LUCENE-4828: BooleanQuery no longer extracts terms from its MUST_NOT
clauses. (Mike McCandless)
Optimizations
* LUCENE-4819: Added Sorted[Set]DocValues.termsEnum(), and optimized the