You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2019/04/30 16:16:10 UTC

[lucene-solr] 02/02: LUCENE-8756: add CHANGES entry

This is an automated email from the ASF dual-hosted git repository.

mikemccand pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 4a76ad7263d8a112919fe007f19b71baafb169be
Author: Mike McCandless <mi...@apache.org>
AuthorDate: Tue Apr 30 12:15:49 2019 -0400

    LUCENE-8756: add CHANGES entry
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 9ef8b3a..591e647 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -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)