Add CHANGES.txt entry for LUCENE-9971 (#161)

This commit is contained in:
Greg Miller 2021-05-31 06:24:56 -07:00 committed by GitHub
parent 65842c5c4d
commit d76dd6454e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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