Skip to content

Commit

Permalink
Adjusted resolveIndex API call.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
AWSHurneyt committed Feb 5, 2024
1 parent 44bb4a0 commit b155c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class TransportGetRemoteIndexesAction @Inject constructor(
log.info("hurneyt getRemoteClusters::parsedIndexes = {}", parsedIndexes)
val resolveRequest = ResolveIndexAction.Request(
parsedIndexes.toTypedArray(),
IndicesOptions.LENIENT_EXPAND_OPEN_CLOSED
ResolveIndexAction.Request.DEFAULT_INDICES_OPTIONS
)

return client.suspendUntil {
Expand Down

0 comments on commit b155c95

Please sign in to comment.