mirror of https://github.com/apache/lucene.git
absorb the un-released 5.4.2 changes into 5.5.0's section
This commit is contained in:
parent
dd6057e79f
commit
8bcd41e7cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue