File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
server/src/main/java/org/elasticsearch/action/support Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments