From d76dd6454ed5ebe010a7db5f2a8153f90c59e71c Mon Sep 17 00:00:00 2001 From: Greg Miller Date: Mon, 31 May 2021 06:24:56 -0700 Subject: [PATCH] Add CHANGES.txt entry for LUCENE-9971 (#161) --- lucene/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 97cdf2fcd95..b3d9b1db3b6 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -266,6 +266,10 @@ Bug fixes * LUCENE-9940: The order of disjuncts in DisjunctionMaxQuery does not matter for equality checks (Alan Woodward) +* LUCENE-9971: Requesting facet counts for unseen dimensions in SortedSetDocValueFacetCounts and + ConcurrentSortedSetDocValueFacetCounts now returns null / -1 instead of throwing + IllegalArgumentException as per Javadoc spec in Facets. (Alexander Lukyanchikov) + Changes in Backwards Compatibility Policy * LUCENE-9904: regenerated UAX29URLEmailTokenizer and the corresponding analyzer with up-to-date top