Skip to content

Commit 0d241a8

Browse files
Set project routing to null for now
1 parent d7a16a7 commit 0d241a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,7 @@ Map<String, SearchShardsResponse> createFinalResponse() {
11041104
// We do not use the relaxed index options here when validating indices' existence.
11051105
ElasticsearchException validationEx = CrossProjectIndexResolutionValidator.validate(
11061106
originalIdxOpts,
1107+
null,
11071108
originResolvedIdxExpressions,
11081109
resolvedIndexExpressions
11091110
);

0 commit comments

Comments
 (0)