Skip to content

Commit 7cdf9d9

Browse files
committed
new terms
1 parent ff8a3a1 commit 7cdf9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/action/admin/indices/resolve/ResolveIndexAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ private static void mergeResults(
692692
String clusterAlias = responseEntry.getKey();
693693
Response response = responseEntry.getValue();
694694
for (ResolvedIndex index : response.indices) {
695-
// We want to filter here because the remote cluster might be too old to be able to filter
695+
// We want to filter here because the linked cluster might be too old to be able to filter
696696
if (indexModes.isEmpty() == false && indexModes.contains(index.getMode()) == false) {
697697
continue;
698698
}

0 commit comments

Comments
 (0)