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 2988109 commit 0c30052Copy full SHA for 0c30052
server/src/main/java/org/elasticsearch/action/search/CanMatchNodeRequest.java
@@ -136,7 +136,7 @@ public CanMatchNodeRequest(
136
) {
137
this.source = getCanMatchSource(searchRequest);
138
this.indicesOptions = indicesOptions;
139
- this.shards = new ArrayList<>(shards);
+ this.shards = shards;
140
this.searchType = searchRequest.searchType();
141
this.requestCache = searchRequest.requestCache();
142
// If allowPartialSearchResults is unset (ie null), the cluster-level default should have been substituted
0 commit comments