You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2021/01/11 14:15:59 UTC

[lucene-solr] branch master updated: LUCENE-9346: Add CHANGES entry.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f0d6fd8  LUCENE-9346: Add CHANGES entry.
f0d6fd8 is described below

commit f0d6fd84bb8442e9caea6f4282cb45c5e25ddb0f
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Mon Jan 11 15:06:08 2021 +0100

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

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 0bda4fc..84240fb 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -268,6 +268,9 @@ Optimizations
 * LUCENE-9636: Faster decoding of postings for some numbers of bits per value.
   (Guo Feng via Adrien Grand)
 
+* LUCENE-9346: WANDScorer now supports queries that have a
+  `minimumNumberShouldMatch` configured. (Xi Zachary Chen via Adrien Grand)
+
 Bug Fixes
 ---------------------