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 08e6a2d commit 73d6bc3Copy full SHA for 73d6bc3
server/src/main/java/org/elasticsearch/index/IndexVersions.java
@@ -135,7 +135,7 @@ private static Version parseUnchecked(String version) {
135
public static final IndexVersion LOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT = def(9_001_00_0, Version.LUCENE_10_0_0);
136
public static final IndexVersion TIME_BASED_K_ORDERED_DOC_ID = def(9_002_00_0, Version.LUCENE_10_0_0);
137
public static final IndexVersion DEPRECATE_SOURCE_MODE_MAPPER = def(9_003_00_0, Version.LUCENE_10_0_0);
138
-
+
139
public static final IndexVersion UPGRADE_TO_LUCENE_10_1_0 = def(9_004_00_0, Version.LUCENE_10_1_0);
140
/*
141
* STOP! READ THIS FIRST! No, really,
0 commit comments