From 6ced6498a418d993d59a892a82c0a0f10f46484e Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Tue, 26 Nov 2019 14:18:08 +0000 Subject: [PATCH] LUCENE-9050: Backport changes --- lucene/CHANGES.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 77794676397..07a59295941 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -125,9 +125,6 @@ Bug Fixes * LUCENE-9030: Fix WordnetSynonymParser behaviour so it behaves similar to SolrSynonymParser. (Christoph Buescher via Alan Woodward) -* LUCENE-9050: MultiTermIntervalsSource.visit() was not calling back to its - visitor. (Alan Woodward) - * LUCENE-9054: Fix reproduceJenkinsFailures.py to not overwrite junit XML files when retrying (hossman) * LUCENE-9031: UnsupportedOperationException on MatchesIterator.getQuery() (Alan Woodward, Mikhail Khludnev) @@ -149,6 +146,13 @@ Build * LUCENE-9041: Upgrade ecj to 3.19.0 to fix sporadic precommit javadoc issues (Kevin Risden) +======================= Lucene 8.3.1 ======================= + +Bug Fixes + +* LUCENE-9050: MultiTermIntervalsSource.visit() was not calling back to its + visitor. (Alan Woodward) + ======================= Lucene 8.3.0 ======================= API Changes