mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Upgrade to Lucene 9.12.0 (#113333)
This commit upgrades to Lucene 9.12.0. Co-authored-by: Adrien Grand <jpountz@gmail.com> Co-authored-by: Armin Braun <me@obrown.io> Co-authored-by: Benjamin Trent <ben.w.trent@gmail.com> Co-authored-by: Chris Hegarty <chegar999@gmail.com> Co-authored-by: John Wagster <john.wagster@elastic.co> Co-authored-by: Luca Cavanna <javanna@apache.org> Co-authored-by: Mayya Sharipova <mayya.sharipova@elastic.co>
This commit is contained in:
parent
4471e82dcc
commit
32dde26e49
81 changed files with 1435 additions and 350 deletions
|
@ -7,7 +7,6 @@
|
|||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
import org.elasticsearch.index.codec.Elasticsearch814Codec;
|
||||
import org.elasticsearch.index.codec.tsdb.ES87TSDBDocValuesFormat;
|
||||
import org.elasticsearch.plugins.internal.RestExtension;
|
||||
|
||||
|
@ -455,7 +454,10 @@ module org.elasticsearch.server {
|
|||
org.elasticsearch.index.codec.vectors.ES815HnswBitVectorsFormat,
|
||||
org.elasticsearch.index.codec.vectors.ES815BitFlatVectorFormat;
|
||||
|
||||
provides org.apache.lucene.codecs.Codec with Elasticsearch814Codec;
|
||||
provides org.apache.lucene.codecs.Codec
|
||||
with
|
||||
org.elasticsearch.index.codec.Elasticsearch814Codec,
|
||||
org.elasticsearch.index.codec.Elasticsearch816Codec;
|
||||
|
||||
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