absorb the un-released 5.4.2 changes into 5.5.0's section

This commit is contained in:
Mike McCandless 2016-02-14 08:47:36 -05:00
parent dd6057e79f
commit 8bcd41e7cc
1 changed files with 6 additions and 10 deletions

View File

@ -251,6 +251,12 @@ Bug Fixes
after NumericTokenStream was exhausted. (Uwe Schindler, Lee Hinman,
Mike McCandless)
* LUCENE-7018: Fix GeoPointTermQueryConstantScoreWrapper to add document on
first GeoPointField match. (Nick Knize)
* LUCENE-7019: Add two-phase iteration to GeoPointTermQueryConstantScoreWrapper.
(Robert Muir via Nick Knize)
Other
* LUCENE-6924: Upgrade randomizedtesting to 2.3.2. (Dawid Weiss)
@ -307,16 +313,6 @@ Other
TestSortingMergePolicy now extend it, TestUpgradeIndexMergePolicy added)
(Christine Poerschke)
======================= Lucene 5.4.2 =======================
Bug Fixes
* LUCENE-7018: Fix GeoPointTermQueryConstantScoreWrapper to add document on
first GeoPointField match. (Nick Knize)
* LUCENE-7019: add two-phase iteration to GeoPointTermQueryConstantScoreWrapper.
(Robert Muir via Nick Knize)
======================= Lucene 5.4.1 =======================
Bug Fixes