LUCENE-8756: add CHANGES entry

This commit is contained in:
Mike McCandless 2019-04-30 12:15:49 -04:00
parent 2f1f9f8a36
commit 1b15f6e037
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ Changes in Runtime Behavior
trigger changes in the produced scores due to changes to the order in which
scores of sub clauses are summed up. (Adrien Grand)
* LUCENE-8756: MoreLikeThisQuery now respects custom term frequencies
(TermFrequencyAttribute) at search time (Olli Kuonanoja)
Other
* LUCENE-8680: Refactor EdgeTree#relateTriangle method. (Ignacio Vera)