Skip to content

Commit a680feb

Browse files
Auto-generated API code
1 parent 04b4f8a commit a680feb

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/indices/delete_data_lifecycle.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Indices
2424
module Actions
2525
# Deletes the data stream lifecycle of the selected data streams.
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [List] :name A comma-separated list of data streams of which the data stream lifecycle will be deleted; use `*` to get all data streams
3228
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)

elasticsearch-api/lib/elasticsearch/api/actions/indices/explain_data_lifecycle.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Indices
2424
module Actions
2525
# Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc.
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :index The name of the index to explain
3228
# @option arguments [Boolean] :include_defaults indicates if the API should return the default values the system uses for the index's lifecycle

elasticsearch-api/lib/elasticsearch/api/actions/indices/get_data_lifecycle.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Indices
2424
module Actions
2525
# Returns the data stream lifecycle of the selected data streams.
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [List] :name A comma-separated list of data streams to get; use `*` to get all data streams
3228
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)

elasticsearch-api/lib/elasticsearch/api/actions/indices/put_data_lifecycle.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Indices
2424
module Actions
2525
# Updates the data stream lifecycle of the selected data streams.
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [List] :name A comma-separated list of data streams whose lifecycle will be updated; use `*` to set the lifecycle to all data streams
3228
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)

elasticsearch-api/lib/elasticsearch/api/actions/search.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ module Actions
6767
# @option arguments [Number] :max_concurrent_shard_requests The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests
6868
# @option arguments [Number] :pre_filter_shard_size A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
6969
# @option arguments [Boolean] :rest_total_hits_as_int Indicates whether hits.total should be rendered as an integer or an object in the rest search response
70-
# @option arguments [String] :min_compatible_shard_node The minimum compatible version that all shards involved in search should have for this request to be successful
7170
# @option arguments [Boolean] :include_named_queries_score Indicates whether hit.matched_queries should be rendered as a map that includes the name of the matched query associated with its score (true) or as an array containing the name of the matched queries (false)
7271
# @option arguments [Hash] :headers Custom HTTP headers
7372
# @option arguments [Hash] :body The search definition using the Query DSL

0 commit comments

Comments
 (0)