LUCENE-8756: add CHANGES entry

This commit is contained in:
Mike McCandless 2019-04-30 12:15:49 -04:00
parent 351e21f620
commit 4a76ad7263
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,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)