Skip to content

Commit

Permalink
Remove IndicesOptions#includeDataStreams. (#56162)
Browse files Browse the repository at this point in the history
This enum option can now be removed,
since #56034 has been backported via #56151

Relates to #53100
  • Loading branch information
martijnvg authored May 5, 2020
1 parent 300f010 commit 2b514dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ public enum Option {
ALLOW_NO_INDICES,
FORBID_ALIASES_TO_MULTIPLE_INDICES,
FORBID_CLOSED_INDICES,
IGNORE_THROTTLED,
INCLUDE_DATA_STREAMS; // Remove once backporting #56034 to 7.x branch
IGNORE_THROTTLED;

public static final EnumSet<Option> NONE = EnumSet.noneOf(Option.class);
}
Expand Down

0 comments on commit 2b514dc

Please sign in to comment.