LUCENE-8054: Update change text

This commit is contained in:
Karl Wright 2017-11-21 05:04:25 -05:00
parent 0516a58827
commit 8e22f072c8
1 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,6 @@ Optimizations
* LUCENE-8040: Optimize IndexSearcher.collectionStatistics, avoiding MultiFields/MultiTerms
(David Smiley, Robert Muir)
======================= Lucene 7.2.0 =======================
API Changes
@ -78,6 +77,10 @@ New Features
Bug Fixes
* LUCENE-8054: Fix the exact circle case where relationships fail when the
planet model has c <= ab, because the planes are constructed incorrectly.
(Ignacio Vera)
* LUCENE-7991: KNearestNeighborDocumentClassifier.knnSearch no longer applies
a previous boosted field's factor to subsequent unboosted fields.
(Christine Poerschke)