mirror of
https://github.com/apache/lucene.git
synced 2025-03-01 05:49:33 +00:00
Sync CHANGES for 8.6.0
This commit is contained in:
parent
f3de646560
commit
efb936b787
@ -60,10 +60,6 @@ API Changes
|
||||
|
||||
Improvements
|
||||
|
||||
* LUCENE-8574: Add a new ExpressionValueSource which will enforce only one value per name
|
||||
per hit in dependencies, ExpressionFunctionValues will no longer
|
||||
recompute already computed values (Haoyu Zhai)
|
||||
|
||||
* LUCENE-9370: RegExp query is no longer lenient about inappropriate backslashes and
|
||||
follows the Java Pattern policy for rejecting illegal syntax. (Mark Harwood)
|
||||
|
||||
@ -155,6 +151,36 @@ Other
|
||||
* LUCENE-9411: Fail complation on warnings, 9x gradle-only (Erick Erickson, Dawid Weiss)
|
||||
Deserves mention here as well as Lucene CHANGES.txt since it affects both.
|
||||
|
||||
======================= Lucene 8.7.0 =======================
|
||||
|
||||
API Changes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
New Features
|
||||
---------------------
|
||||
|
||||
* LUCENE-9386: RegExpQuery added case insensitive matching option. (Mark Harwood)
|
||||
|
||||
Improvements
|
||||
---------------------
|
||||
|
||||
* LUCENE-8574: Add a new ExpressionValueSource which will enforce only one value per name
|
||||
per hit in dependencies, ExpressionFunctionValues will no longer
|
||||
recompute already computed values (Haoyu Zhai)
|
||||
|
||||
Optimizations
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Other
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
======================= Lucene 8.6.0 =======================
|
||||
|
||||
API Changes
|
||||
|
@ -6,7 +6,7 @@ https://github.com/apache/lucene-solr/blob/master/solr/solr-ref-guide/src/solr-u
|
||||
|
||||
================== 9.0.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
||||
Upgrade Notes
|
||||
---------------------
|
||||
@ -104,7 +104,7 @@ Bug Fixes
|
||||
|
||||
================== 8.7.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
||||
New Features
|
||||
---------------------
|
||||
@ -154,7 +154,7 @@ Other Changes
|
||||
|
||||
================== 8.6.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
||||
New Features
|
||||
---------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user