Skip to content

Commit 631b738

Browse files
committed
index version check
1 parent 89b5273 commit 631b738

File tree

5 files changed

+139
-64
lines changed

5 files changed

+139
-64
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ private static Version parseUnchecked(String version) {
178178
public static final IndexVersion UPGRADE_TO_LUCENE_10_2_2 = def(9_030_0_00, Version.LUCENE_10_2_2);
179179
public static final IndexVersion SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT = def(9_031_0_00, Version.LUCENE_10_2_2);
180180
public static final IndexVersion DEFAULT_DENSE_VECTOR_TO_BBQ_HNSW = def(9_032_0_00, Version.LUCENE_10_2_2);
181+
public static final IndexVersion EXPOSE_EARLY_TERMINATION = def(9_033_0_00, Version.LUCENE_10_2_2);
181182

182183
/*
183184
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)