Skip to content

Commit 1594a36

Browse files
ChrisHegartyjulian-elastic
authored andcommitted
Port IndexVersions.UPGRADE_TO_LUCENE_9_12_2 to main (elastic#129832)
This commit ports the IndexVersions.UPGRADE_TO_LUCENE_9_12_2 constant to the main branch. This is required after the update of Lucene 9.12.2 in the 8.19 branch, see elastic#129555.
1 parent 59e4313 commit 1594a36

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,6 @@ tests:
574574
- class: org.elasticsearch.search.query.RescoreKnnVectorQueryIT
575575
method: testKnnRetriever
576576
issue: https://github.com/elastic/elasticsearch/issues/129818
577-
- class: org.elasticsearch.qa.verify_version_constants.VerifyVersionConstantsIT
578-
method: testLuceneVersionConstant
579-
issue: https://github.com/elastic/elasticsearch/issues/125638
580577
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
581578
method: test
582579
issue: https://github.com/elastic/elasticsearch/issues/129819

server/src/main/java/org/elasticsearch/index/IndexVersions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ private static Version parseUnchecked(String version) {
143143
public static final IndexVersion SEMANTIC_TEXT_DEFAULTS_TO_BBQ_BACKPORT_8_X = def(8_531_0_00, Version.LUCENE_9_12_1);
144144
public static final IndexVersion INDEX_INT_SORT_INT_TYPE_8_19 = def(8_532_0_00, Version.LUCENE_9_12_1);
145145
public static final IndexVersion MAPPER_TEXT_MATCH_ONLY_MULTI_FIELDS_DEFAULT_NOT_STORED_8_19 = def(8_533_0_00, Version.LUCENE_9_12_1);
146+
public static final IndexVersion UPGRADE_TO_LUCENE_9_12_2 = def(8_534_0_00, Version.LUCENE_9_12_2);
146147
public static final IndexVersion UPGRADE_TO_LUCENE_10_0_0 = def(9_000_0_00, Version.LUCENE_10_0_0);
147148
public static final IndexVersion LOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT = def(9_001_0_00, Version.LUCENE_10_0_0);
148149
public static final IndexVersion TIME_BASED_K_ORDERED_DOC_ID = def(9_002_0_00, Version.LUCENE_10_0_0);

0 commit comments

Comments
 (0)