mirror of https://github.com/apache/lucene.git
LUCENE-7603: add CHANGES entry
This commit is contained in:
parent
a81ebce804
commit
1bcf9a251d
|
@ -94,6 +94,10 @@ New features
|
||||||
expose per-segment LongValues or DoubleValues iterators, similar to the
|
expose per-segment LongValues or DoubleValues iterators, similar to the
|
||||||
existing DocValues iterator API. (Alan Woodward, Adrien Grand)
|
existing DocValues iterator API. (Alan Woodward, Adrien Grand)
|
||||||
|
|
||||||
|
* LUCENE-7603: Graph token streams are now handled accurately by query
|
||||||
|
parsers, by enumerating all paths and creating the corresponding
|
||||||
|
query/ies as sub-clauses (Matt Weber via Mike McCandless)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
* LUCENE-7547: JapaneseTokenizerFactory was failing to close the
|
* LUCENE-7547: JapaneseTokenizerFactory was failing to close the
|
||||||
|
|
Loading…
Reference in New Issue