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 c473da5 commit 1e5d9b9Copy full SHA for 1e5d9b9
server/src/main/java/org/elasticsearch/index/IndexVersions.java
@@ -58,7 +58,7 @@ private static Version parseUnchecked(String version) {
58
}
59
60
61
- @UpdateForV9(owner = UpdateForV9.Owner.CORE_INFRA) // remove the index versions with which v9 will not need to interact
+ @UpdateForV9(owner = UpdateForV9.Owner.SEARCH_FOUNDATIONS) // remove the index versions with which v9 will not need to interact
62
public static final IndexVersion ZERO = def(0, Version.LATEST);
63
64
public static final IndexVersion V_7_0_0 = def(7_00_00_99, parseUnchecked("8.0.0"));
0 commit comments