mirror of https://github.com/apache/lucene.git
LUCENE-9050: Backport changes
This commit is contained in:
parent
ded8efa82a
commit
6ced6498a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue