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 ff8a3a1 commit 7cdf9d9Copy full SHA for 7cdf9d9
server/src/main/java/org/elasticsearch/action/admin/indices/resolve/ResolveIndexAction.java
@@ -692,7 +692,7 @@ private static void mergeResults(
692
String clusterAlias = responseEntry.getKey();
693
Response response = responseEntry.getValue();
694
for (ResolvedIndex index : response.indices) {
695
- // We want to filter here because the remote cluster might be too old to be able to filter
+ // We want to filter here because the linked cluster might be too old to be able to filter
696
if (indexModes.isEmpty() == false && indexModes.contains(index.getMode()) == false) {
697
continue;
698
}
0 commit comments