This is an automated email from the ASF dual-hosted git repository. dweiss pushed a commit to branch jira/solr-13105-toMerge in repository https://gitbox.apache.org/repos/asf/solr.git
commit b6c1fe334e96fbc0bff7f58b18b7937c3525d08c Author: Adrien Grand <[email protected]> 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 ---------------------
