Skip to content

Commit 84b29f3

Browse files
committed
add 10.1.1 index version
1 parent 483a86e commit 84b29f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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
@@ -140,6 +140,7 @@ private static Version parseUnchecked(String version) {
140140
public static final IndexVersion USE_SYNTHETIC_SOURCE_FOR_RECOVERY = def(9_004_00_0, Version.LUCENE_10_0_0);
141141
public static final IndexVersion INFERENCE_METADATA_FIELDS = def(9_005_00_0, Version.LUCENE_10_0_0);
142142
public static final IndexVersion UPGRADE_TO_LUCENE_10_1_0 = def(9_006_00_0, Version.LUCENE_10_1_0);
143+
public static final IndexVersion UPGRADE_TO_LUCENE_10_1_1 = def(9_007_00_0, Version.LUCENE_10_1_1);
143144

144145
/*
145146
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)