mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Upgrade to Lucene 10.1.0 (#119308)
This commit upgrades to Lucene 10.1.0.
This commit is contained in:
parent
cdc16120fd
commit
4baffe4de1
50 changed files with 437 additions and 326 deletions
|
@ -461,7 +461,8 @@ module org.elasticsearch.server {
|
|||
with
|
||||
org.elasticsearch.index.codec.Elasticsearch814Codec,
|
||||
org.elasticsearch.index.codec.Elasticsearch816Codec,
|
||||
org.elasticsearch.index.codec.Elasticsearch900Codec;
|
||||
org.elasticsearch.index.codec.Elasticsearch900Codec,
|
||||
org.elasticsearch.index.codec.Elasticsearch900Lucene101Codec;
|
||||
|
||||
provides org.apache.logging.log4j.core.util.ContextDataProvider with org.elasticsearch.common.logging.DynamicContextDataProvider;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue