Skip to content

Commit a31671d

Browse files
committed
[XPACK] Regenerate X-Pack API code so RubyDocs will list all parameters
1 parent 26023e7 commit a31671d

26 files changed

+0
-33
lines changed

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/async_search/submit.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module Actions
3232
# @option arguments [Boolean] :analyze_wildcard Specify whether wildcard and prefix queries should be analyzed (default: false)
3333
# @option arguments [String] :default_operator The default operator for query string query (AND or OR)
3434
# (options: AND,OR)
35-
3635
# @option arguments [String] :df The field to use as default where no field prefix is given in the query string
3736
# @option arguments [Boolean] :explain Specify whether to return detailed information about score computation as part of a hit
3837
# @option arguments [List] :stored_fields A comma-separated list of stored fields to return as part of a hit
@@ -43,14 +42,12 @@ module Actions
4342
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
4443
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
4544
# (options: open,closed,hidden,none,all)
46-
4745
# @option arguments [Boolean] :lenient Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
4846
# @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random)
4947
# @option arguments [String] :q Query in the Lucene query string syntax
5048
# @option arguments [List] :routing A comma-separated list of specific routing values
5149
# @option arguments [String] :search_type Search operation type
5250
# (options: query_then_fetch,dfs_query_then_fetch)
53-
5451
# @option arguments [Number] :size Number of hits to return (default: 10)
5552
# @option arguments [List] :sort A comma-separated list of <field>:<direction> pairs
5653
# @option arguments [List] :_source True or false to return the _source field or not, or a list of fields to return
@@ -61,7 +58,6 @@ module Actions
6158
# @option arguments [String] :suggest_field Specify which field to use for suggestions
6259
# @option arguments [String] :suggest_mode Specify suggest mode
6360
# (options: missing,popular,always)
64-
6561
# @option arguments [Number] :suggest_size How many suggestions to return in response
6662
# @option arguments [String] :suggest_text The source text for which the suggestions should be returned
6763
# @option arguments [Time] :timeout Explicit operation timeout

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_data_frame_analytics.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ module Actions
2626
# @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)
2727
# @option arguments [String] :bytes The unit in which to display byte values
2828
# (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
29-
3029
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
3130
# @option arguments [List] :h Comma-separated list of column names to display
3231
# @option arguments [Boolean] :help Return help information
3332
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
3433
# @option arguments [String] :time The unit in which to display time values
3534
# (options: d,h,m,s,ms,micros,nanos)
36-
3735
# @option arguments [Boolean] :v Verbose mode. Display column headers
3836
# @option arguments [Hash] :headers Custom HTTP headers
3937
#

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_datafeeds.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ module Actions
3030
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
3131
# @option arguments [String] :time The unit in which to display time values
3232
# (options: d,h,m,s,ms,micros,nanos)
33-
3433
# @option arguments [Boolean] :v Verbose mode. Display column headers
3534
# @option arguments [Hash] :headers Custom HTTP headers
3635
#

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_jobs.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ module Actions
2626
# @option arguments [Boolean] :allow_no_jobs Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
2727
# @option arguments [String] :bytes The unit in which to display byte values
2828
# (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
29-
3029
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
3130
# @option arguments [List] :h Comma-separated list of column names to display
3231
# @option arguments [Boolean] :help Return help information
3332
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
3433
# @option arguments [String] :time The unit in which to display time values
3534
# (options: d,h,m,s,ms,micros,nanos)
36-
3735
# @option arguments [Boolean] :v Verbose mode. Display column headers
3836
# @option arguments [Hash] :headers Custom HTTP headers
3937
#

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_trained_models.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ module Actions
2828
# @option arguments [Int] :size specifies a max number of trained models to get
2929
# @option arguments [String] :bytes The unit in which to display byte values
3030
# (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
31-
3231
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
3332
# @option arguments [List] :h Comma-separated list of column names to display
3433
# @option arguments [Boolean] :help Return help information
3534
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
3635
# @option arguments [String] :time The unit in which to display time values
3736
# (options: d,h,m,s,ms,micros,nanos)
38-
3937
# @option arguments [Boolean] :v Verbose mode. Display column headers
4038
# @option arguments [Hash] :headers Custom HTTP headers
4139
#

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/transforms.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module Actions
3232
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
3333
# @option arguments [String] :time The unit in which to display time values
3434
# (options: d,h,m,s,ms,micros,nanos)
35-
3635
# @option arguments [Boolean] :v Verbose mode. Display column headers
3736
# @option arguments [Hash] :headers Custom HTTP headers
3837
#

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/indices/freeze.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module Actions
2929
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
3030
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
3131
# (options: open,closed,hidden,none,all)
32-
3332
# @option arguments [String] :wait_for_active_shards Sets the number of active shards to wait for before the operation returns.
3433
# @option arguments [Hash] :headers Custom HTTP headers
3534
#

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/indices/reload_search_analyzers.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module Actions
2727
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
2828
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
2929
# (options: open,closed,hidden,none,all)
30-
3130
# @option arguments [Hash] :headers Custom HTTP headers
3231
#
3332
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/indices-reload-analyzers.html

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/indices/unfreeze.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module Actions
2929
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
3030
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
3131
# (options: open,closed,hidden,none,all)
32-
3332
# @option arguments [String] :wait_for_active_shards Sets the number of active shards to wait for before the operation returns.
3433
# @option arguments [Hash] :headers Custom HTTP headers
3534
#

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/machine_learning/find_file_structure.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module Actions
2828
# @option arguments [String] :charset Optional parameter to specify the character set of the file
2929
# @option arguments [String] :format Optional parameter to specify the high level file format
3030
# (options: ndjson,xml,delimited,semi_structured_text)
31-
3231
# @option arguments [Boolean] :has_header_row Optional parameter to specify whether a delimited file includes the column names in its first row
3332
# @option arguments [List] :column_names Optional parameter containing a comma separated list of the column names for a delimited file
3433
# @option arguments [String] :delimiter Optional parameter to specify the delimiter character for a delimited file - must be a single character

0 commit comments

Comments
 (0)