LUCENE-9050: Backport changes

This commit is contained in:
Alan Woodward 2019-11-26 14:18:08 +00:00
parent ded8efa82a
commit 6ced6498a4
1 changed files with 7 additions and 3 deletions

View File

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