Skip to content

Commit 01380e8

Browse files
authored
Revert "allowCrossProject for _search (#136397)" (#136958)
This reverts commit 88ef3dc.
1 parent f54987f commit 01380e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/main/java/org/elasticsearch/action/search/SearchRequest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ public boolean allowsRemoteIndices() {
163163
return true;
164164
}
165165

166-
@Override
167-
public boolean allowsCrossProject() {
168-
return true;
169-
}
170-
171166
/**
172167
* Creates a new sub-search request starting from the original search request that is provided.
173168
* For internal use only, allows to fork a search request into multiple search requests that will be executed independently.

0 commit comments

Comments
 (0)