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 3ed487c commit 25275a0Copy full SHA for 25275a0
server/src/main/java/org/elasticsearch/index/IndexVersions.java
@@ -197,6 +197,7 @@ private static Version parseUnchecked(String version) {
197
public static final IndexVersion TIME_SERIES_ALL_FIELDS_USE_SKIPPERS = def(9_046_0_00, Version.LUCENE_10_3_1);
198
public static final IndexVersion UPGRADE_TO_LUCENE_10_3_2 = def(9_047_0_00, Version.LUCENE_10_3_2);
199
public static final IndexVersion SECURITY_MIGRATIONS_METADATA_FLATTENED_UPDATE = def(9_048_0_00, Version.LUCENE_10_3_2);
200
+ public static final IndexVersion READ_SI_FILES_FROM_MEMORY_FOR_HOLLOW_COMMITS = def(9_049_0_00, Version.LUCENE_10_3_2);
201
202
/*
203
* STOP! READ THIS FIRST! No, really,
0 commit comments