mirror of https://github.com/apache/lucene.git
cleanup CHANGES after backporting to 4.2.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458339 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7ad4045e2
commit
b6d23cdbbb
|
@ -120,9 +120,6 @@ Bug Fixes
|
|||
* LUCENE-4828: BooleanQuery no longer extracts terms from its MUST_NOT
|
||||
clauses. (Mike McCandless)
|
||||
|
||||
* LUCENE-4836: Fix SimpleRateLimiter#pause to return the actual time spent
|
||||
sleeping instead of the wakeup timestamp in nano seconds. (Simon Willnauer)
|
||||
|
||||
Documentation
|
||||
|
||||
* LUCENE-4841: Added example SimpleSortedSetFacetsExample to show how
|
||||
|
@ -148,6 +145,9 @@ Bug Fixes
|
|||
* LUCENE-4854: Fix DocTermOrds.getOrdTermsEnum() to not return negative
|
||||
ord on initial next(). (Robert Muir)
|
||||
|
||||
* LUCENE-4836: Fix SimpleRateLimiter#pause to return the actual time spent
|
||||
sleeping instead of the wakeup timestamp in nano seconds. (Simon Willnauer)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-4819: Added Sorted[Set]DocValues.termsEnum(), and optimized the
|
||||
|
|
Loading…
Reference in New Issue