mirror of https://github.com/apache/lucene.git
Update CHANGES for 7.0
This commit is contained in:
parent
0320f20e16
commit
627b1ea6d1
|
@ -26,10 +26,6 @@ Optimizations
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
* LUCENE-7914: Add a maximum recursion level in automaton recursive
|
|
||||||
functions (Operations.isFinite and Operations.topsortState) to prevent
|
|
||||||
large automaton to overflow the stack (Robert Muir, Adrien Grand, Jim Ferenczi)
|
|
||||||
|
|
||||||
* LUCENE-7916: Prevent ArrayIndexOutOfBoundsException if ICUTokenizer is used
|
* LUCENE-7916: Prevent ArrayIndexOutOfBoundsException if ICUTokenizer is used
|
||||||
with a different ICU JAR version than it is compiled against. Note, this is
|
with a different ICU JAR version than it is compiled against. Note, this is
|
||||||
not recommended, lucene-analyzers-icu contains binary data structures
|
not recommended, lucene-analyzers-icu contains binary data structures
|
||||||
|
@ -151,6 +147,10 @@ Bug Fixes
|
||||||
* LUCENE-7871: fix false positive match in BlockJoinSelector when children have no value, introducing
|
* LUCENE-7871: fix false positive match in BlockJoinSelector when children have no value, introducing
|
||||||
wrap methods accepting children as DISI. Extracting ToParentDocValues (Mikhail Khludnev)
|
wrap methods accepting children as DISI. Extracting ToParentDocValues (Mikhail Khludnev)
|
||||||
|
|
||||||
|
* LUCENE-7914: Add a maximum recursion level in automaton recursive
|
||||||
|
functions (Operations.isFinite and Operations.topsortState) to prevent
|
||||||
|
large automaton to overflow the stack (Robert Muir, Adrien Grand, Jim Ferenczi)
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
* LUCENE-7489: Better storage of sparse doc-values fields with the default
|
* LUCENE-7489: Better storage of sparse doc-values fields with the default
|
||||||
|
|
Loading…
Reference in New Issue