Skip to content

Commit 458fe27

Browse files
committed
Add javadoc
1 parent 2e6a384 commit 458fe27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/main/java/org/elasticsearch/action/support/IndicesOptions.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,11 @@ public static Builder builder(GatekeeperOptions gatekeeperOptions) {
416416
}
417417
}
418418

419+
/**
420+
* The resolution mode options are internal-only options that apply on all indices that have been selected by the other Options. These
421+
* options may contextually change over the lifetime of the request.
422+
* @param crossProject determines that the index expression must be resolved for cross-project requests, defaults to false.
423+
*/
419424
public record ResolutionModeOptions(boolean crossProject) implements ToXContentFragment, Writeable {
420425

421426
public static final ResolutionModeOptions DEFAULT = new ResolutionModeOptions(false);

0 commit comments

Comments
 (0)