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 f891430 commit 88ef3dcCopy full SHA for 88ef3dc
server/src/main/java/org/elasticsearch/action/search/SearchRequest.java
@@ -162,6 +162,11 @@ public boolean allowsRemoteIndices() {
162
return true;
163
}
164
165
+ @Override
166
+ public boolean allowsCrossProject() {
167
+ return true;
168
+ }
169
+
170
/**
171
* Creates a new sub-search request starting from the original search request that is provided.
172
* For internal use only, allows to fork a search request into multiple search requests that will be executed independently.
0 commit comments