We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483a86e commit 84b29f3Copy full SHA for 84b29f3
server/src/main/java/org/elasticsearch/index/IndexVersions.java
@@ -140,6 +140,7 @@ private static Version parseUnchecked(String version) {
140
public static final IndexVersion USE_SYNTHETIC_SOURCE_FOR_RECOVERY = def(9_004_00_0, Version.LUCENE_10_0_0);
141
public static final IndexVersion INFERENCE_METADATA_FIELDS = def(9_005_00_0, Version.LUCENE_10_0_0);
142
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);
144
145
/*
146
* STOP! READ THIS FIRST! No, really,
0 commit comments