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