elasticsearch-api 6.2.0 → 6.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (184) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch/api/actions/abort_benchmark.rb +1 -1
  3. data/lib/elasticsearch/api/actions/benchmark.rb +1 -1
  4. data/lib/elasticsearch/api/actions/bulk.rb +4 -6
  5. data/lib/elasticsearch/api/actions/cat/aliases.rb +10 -10
  6. data/lib/elasticsearch/api/actions/cat/allocation.rb +11 -11
  7. data/lib/elasticsearch/api/actions/cat/count.rb +10 -10
  8. data/lib/elasticsearch/api/actions/cat/fielddata.rb +9 -7
  9. data/lib/elasticsearch/api/actions/cat/health.rb +11 -11
  10. data/lib/elasticsearch/api/actions/cat/help.rb +4 -2
  11. data/lib/elasticsearch/api/actions/cat/indices.rb +14 -15
  12. data/lib/elasticsearch/api/actions/cat/master.rb +10 -10
  13. data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +6 -4
  14. data/lib/elasticsearch/api/actions/cat/nodes.rb +10 -10
  15. data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +10 -10
  16. data/lib/elasticsearch/api/actions/cat/plugins.rb +7 -6
  17. data/lib/elasticsearch/api/actions/cat/recovery.rb +10 -12
  18. data/lib/elasticsearch/api/actions/cat/repositories.rb +7 -3
  19. data/lib/elasticsearch/api/actions/cat/segments.rb +9 -7
  20. data/lib/elasticsearch/api/actions/cat/shards.rb +12 -12
  21. data/lib/elasticsearch/api/actions/cat/snapshots.rb +8 -4
  22. data/lib/elasticsearch/api/actions/cat/tasks.rb +4 -6
  23. data/lib/elasticsearch/api/actions/cat/templates.rb +6 -6
  24. data/lib/elasticsearch/api/actions/cat/thread_pool.rb +13 -17
  25. data/lib/elasticsearch/api/actions/clear_scroll.rb +7 -0
  26. data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +2 -3
  27. data/lib/elasticsearch/api/actions/cluster/get_settings.rb +5 -2
  28. data/lib/elasticsearch/api/actions/cluster/health.rb +11 -20
  29. data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +2 -3
  30. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +8 -3
  31. data/lib/elasticsearch/api/actions/cluster/remote_info.rb +7 -1
  32. data/lib/elasticsearch/api/actions/cluster/reroute.rb +7 -7
  33. data/lib/elasticsearch/api/actions/cluster/state.rb +18 -15
  34. data/lib/elasticsearch/api/actions/cluster/stats.rb +12 -5
  35. data/lib/elasticsearch/api/actions/count.rb +12 -23
  36. data/lib/elasticsearch/api/actions/count_percolate.rb +1 -1
  37. data/lib/elasticsearch/api/actions/delete.rb +16 -8
  38. data/lib/elasticsearch/api/actions/delete_by_query.rb +7 -9
  39. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +29 -0
  40. data/lib/elasticsearch/api/actions/delete_script.rb +5 -6
  41. data/lib/elasticsearch/api/actions/exists.rb +3 -4
  42. data/lib/elasticsearch/api/actions/exists_source.rb +51 -0
  43. data/lib/elasticsearch/api/actions/explain.rb +11 -25
  44. data/lib/elasticsearch/api/actions/field_caps.rb +2 -2
  45. data/lib/elasticsearch/api/actions/get.rb +13 -19
  46. data/lib/elasticsearch/api/actions/get_script.rb +9 -2
  47. data/lib/elasticsearch/api/actions/get_source.rb +10 -14
  48. data/lib/elasticsearch/api/actions/index.rb +10 -16
  49. data/lib/elasticsearch/api/actions/indices/analyze.rb +3 -27
  50. data/lib/elasticsearch/api/actions/indices/clear_cache.rb +2 -4
  51. data/lib/elasticsearch/api/actions/indices/close.rb +9 -15
  52. data/lib/elasticsearch/api/actions/indices/create.rb +7 -7
  53. data/lib/elasticsearch/api/actions/indices/delete.rb +3 -4
  54. data/lib/elasticsearch/api/actions/indices/delete_alias.rb +7 -4
  55. data/lib/elasticsearch/api/actions/indices/delete_template.rb +5 -2
  56. data/lib/elasticsearch/api/actions/indices/exists.rb +11 -17
  57. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +6 -14
  58. data/lib/elasticsearch/api/actions/indices/exists_template.rb +8 -4
  59. data/lib/elasticsearch/api/actions/indices/exists_type.rb +6 -15
  60. data/lib/elasticsearch/api/actions/indices/flush.rb +5 -9
  61. data/lib/elasticsearch/api/actions/indices/flush_synced.rb +1 -1
  62. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +13 -11
  63. data/lib/elasticsearch/api/actions/indices/freeze.rb +0 -1
  64. data/lib/elasticsearch/api/actions/indices/get.rb +9 -15
  65. data/lib/elasticsearch/api/actions/indices/get_alias.rb +6 -14
  66. data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +11 -15
  67. data/lib/elasticsearch/api/actions/indices/get_mapping.rb +12 -16
  68. data/lib/elasticsearch/api/actions/indices/get_settings.rb +12 -21
  69. data/lib/elasticsearch/api/actions/indices/get_template.rb +8 -5
  70. data/lib/elasticsearch/api/actions/indices/open.rb +9 -15
  71. data/lib/elasticsearch/api/actions/indices/put_alias.rb +6 -3
  72. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +11 -23
  73. data/lib/elasticsearch/api/actions/indices/put_settings.rb +10 -20
  74. data/lib/elasticsearch/api/actions/indices/put_template.rb +10 -5
  75. data/lib/elasticsearch/api/actions/indices/recovery.rb +2 -4
  76. data/lib/elasticsearch/api/actions/indices/refresh.rb +6 -14
  77. data/lib/elasticsearch/api/actions/indices/rollover.rb +6 -5
  78. data/lib/elasticsearch/api/actions/indices/segments.rb +6 -14
  79. data/lib/elasticsearch/api/actions/indices/shard_stores.rb +2 -4
  80. data/lib/elasticsearch/api/actions/indices/shrink.rb +6 -7
  81. data/lib/elasticsearch/api/actions/indices/split.rb +2 -1
  82. data/lib/elasticsearch/api/actions/indices/update_aliases.rb +7 -4
  83. data/lib/elasticsearch/api/actions/indices/upgrade.rb +10 -13
  84. data/lib/elasticsearch/api/actions/indices/validate_query.rb +14 -25
  85. data/lib/elasticsearch/api/actions/info.rb +6 -0
  86. data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +1 -1
  87. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +4 -3
  88. data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +29 -0
  89. data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +1 -1
  90. data/lib/elasticsearch/api/actions/ingest/simulate.rb +5 -5
  91. data/lib/elasticsearch/api/actions/mget.rb +8 -17
  92. data/lib/elasticsearch/api/actions/msearch.rb +7 -2
  93. data/lib/elasticsearch/api/actions/msearch_template.rb +8 -1
  94. data/lib/elasticsearch/api/actions/mtermvectors.rb +21 -22
  95. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +4 -6
  96. data/lib/elasticsearch/api/actions/nodes/info.rb +6 -26
  97. data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +10 -4
  98. data/lib/elasticsearch/api/actions/nodes/stats.rb +11 -30
  99. data/lib/elasticsearch/api/actions/nodes/usage.rb +31 -0
  100. data/lib/elasticsearch/api/actions/ping.rb +6 -0
  101. data/lib/elasticsearch/api/actions/put_script.rb +10 -9
  102. data/lib/elasticsearch/api/actions/rank_eval.rb +36 -0
  103. data/lib/elasticsearch/api/actions/reindex.rb +9 -14
  104. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +29 -0
  105. data/lib/elasticsearch/api/actions/render_search_template.rb +1 -1
  106. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +27 -0
  107. data/lib/elasticsearch/api/actions/scroll.rb +3 -2
  108. data/lib/elasticsearch/api/actions/search.rb +36 -53
  109. data/lib/elasticsearch/api/actions/search_shards.rb +7 -14
  110. data/lib/elasticsearch/api/actions/search_template.rb +20 -19
  111. data/lib/elasticsearch/api/actions/snapshot/create.rb +2 -3
  112. data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +4 -3
  113. data/lib/elasticsearch/api/actions/snapshot/delete.rb +3 -3
  114. data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +1 -2
  115. data/lib/elasticsearch/api/actions/snapshot/get.rb +3 -3
  116. data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +3 -6
  117. data/lib/elasticsearch/api/actions/snapshot/restore.rb +1 -1
  118. data/lib/elasticsearch/api/actions/snapshot/status.rb +4 -5
  119. data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +1 -2
  120. data/lib/elasticsearch/api/actions/tasks/cancel.rb +7 -13
  121. data/lib/elasticsearch/api/actions/tasks/get.rb +6 -3
  122. data/lib/elasticsearch/api/actions/tasks/list.rb +10 -16
  123. data/lib/elasticsearch/api/actions/termvectors.rb +22 -21
  124. data/lib/elasticsearch/api/actions/update.rb +19 -33
  125. data/lib/elasticsearch/api/actions/update_by_query.rb +13 -33
  126. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +29 -0
  127. data/lib/elasticsearch/api/version.rb +1 -1
  128. data/spec/elasticsearch/api/actions/cluster/state_spec.rb +0 -17
  129. data/spec/elasticsearch/api/actions/cluster/stats_spec.rb +17 -0
  130. data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +0 -37
  131. data/spec/elasticsearch/api/actions/indices/put_settings_spec.rb +0 -15
  132. data/spec/elasticsearch/api/actions/indices/refresh_spec.rb +0 -15
  133. data/spec/elasticsearch/api/actions/indices/segments_spec.rb +0 -15
  134. data/spec/elasticsearch/api/actions/mget_spec.rb +0 -15
  135. data/spec/elasticsearch/api/actions/search_spec.rb +0 -15
  136. data/test/integration/yaml_test_runner.rb +2 -4
  137. data/utils/thor/generate_source.rb +1 -0
  138. data/utils/thor/templates/ruby/method.erb +7 -5
  139. metadata +12 -73
  140. data/lib/elasticsearch/api/actions/delete_template.rb +0 -21
  141. data/lib/elasticsearch/api/actions/field_stats.rb +0 -36
  142. data/lib/elasticsearch/api/actions/get_template.rb +0 -27
  143. data/lib/elasticsearch/api/actions/indices/delete_mapping.rb +0 -26
  144. data/lib/elasticsearch/api/actions/indices/delete_warmer.rb +0 -32
  145. data/lib/elasticsearch/api/actions/indices/get_aliases.rb +0 -37
  146. data/lib/elasticsearch/api/actions/indices/get_warmer.rb +0 -62
  147. data/lib/elasticsearch/api/actions/indices/optimize.rb +0 -77
  148. data/lib/elasticsearch/api/actions/indices/put_warmer.rb +0 -65
  149. data/lib/elasticsearch/api/actions/indices/seal.rb +0 -24
  150. data/lib/elasticsearch/api/actions/indices/snapshot_index.rb +0 -44
  151. data/lib/elasticsearch/api/actions/indices/status.rb +0 -63
  152. data/lib/elasticsearch/api/actions/list_benchmarks.rb +0 -27
  153. data/lib/elasticsearch/api/actions/mlt.rb +0 -130
  154. data/lib/elasticsearch/api/actions/mpercolate.rb +0 -62
  155. data/lib/elasticsearch/api/actions/nodes/shutdown.rb +0 -39
  156. data/lib/elasticsearch/api/actions/percolate.rb +0 -73
  157. data/lib/elasticsearch/api/actions/put_template.rb +0 -25
  158. data/lib/elasticsearch/api/actions/remote/info.rb +0 -21
  159. data/lib/elasticsearch/api/actions/search_exists.rb +0 -63
  160. data/lib/elasticsearch/api/actions/suggest.rb +0 -49
  161. data/spec/elasticsearch/api/actions/delete_template_spec.rb +0 -17
  162. data/spec/elasticsearch/api/actions/field_stats_spec.rb +0 -17
  163. data/spec/elasticsearch/api/actions/get_template_spec.rb +0 -52
  164. data/spec/elasticsearch/api/actions/indices/delete_mapping_spec.rb +0 -77
  165. data/spec/elasticsearch/api/actions/indices/delete_warmer_spec.rb +0 -86
  166. data/spec/elasticsearch/api/actions/indices/freeze_spec.rb +0 -68
  167. data/spec/elasticsearch/api/actions/indices/get_aliases_spec.rb +0 -55
  168. data/spec/elasticsearch/api/actions/indices/get_warmer_spec.rb +0 -48
  169. data/spec/elasticsearch/api/actions/indices/optimize_spec.rb +0 -63
  170. data/spec/elasticsearch/api/actions/indices/put_warmer_spec.rb +0 -101
  171. data/spec/elasticsearch/api/actions/indices/seal_spec.rb +0 -18
  172. data/spec/elasticsearch/api/actions/indices/snapshot_index_spec.rb +0 -89
  173. data/spec/elasticsearch/api/actions/indices/stats_spec.rb +0 -108
  174. data/spec/elasticsearch/api/actions/indices/status_spec.rb +0 -92
  175. data/spec/elasticsearch/api/actions/indices/unfreeze_spec.rb +0 -68
  176. data/spec/elasticsearch/api/actions/list_benchmarks_spec.rb +0 -17
  177. data/spec/elasticsearch/api/actions/mlt_spec.rb +0 -117
  178. data/spec/elasticsearch/api/actions/mpercolate_spec.rb +0 -49
  179. data/spec/elasticsearch/api/actions/nodes/shutdown_spec.rb +0 -59
  180. data/spec/elasticsearch/api/actions/percolate_spec.rb +0 -67
  181. data/spec/elasticsearch/api/actions/put_template_spec.rb +0 -17
  182. data/spec/elasticsearch/api/actions/remote/info_spec.rb +0 -18
  183. data/spec/elasticsearch/api/actions/search_exists_spec.rb +0 -17
  184. data/spec/elasticsearch/api/actions/suggest_spec.rb +0 -77
@@ -9,11 +9,12 @@ module Elasticsearch
9
9
  # @option arguments [String] :index The name of the source index to split (*Required*)
10
10
  # @option arguments [String] :target The name of the target index to split into (*Required*)
11
11
  # @option arguments [Hash] :body The configuration for the target index (`settings` and `aliases`)
12
+ # @option arguments [Boolean] :copy_settings whether or not to copy settings from the source index (defaults to false)
12
13
  # @option arguments [Time] :timeout Explicit operation timeout
13
14
  # @option arguments [Time] :master_timeout Specify timeout for connection to master
14
15
  # @option arguments [String] :wait_for_active_shards Set the number of active shards to wait for on the shrunken index before the operation returns.
15
16
  #
16
- # @see http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-split-index.html
17
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-split-index.html
17
18
  #
18
19
  def split(arguments={})
19
20
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
@@ -25,10 +25,11 @@ module Elasticsearch
25
25
  # ]
26
26
  # }
27
27
  #
28
- # @option arguments [Hash] :body The operations definition and other configuration (*Required*)
29
- # @option arguments [Time] :timeout Explicit operation timeout
28
+ # @option arguments [Hash] :body The definition of `actions` to perform (*Required*)
29
+ # @option arguments [Time] :timeout Request timeout
30
+ # @option arguments [Time] :master_timeout Specify timeout for connection to master
30
31
  #
31
- # @see http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/
32
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html
32
33
  #
33
34
  def update_aliases(arguments={})
34
35
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
@@ -44,7 +45,9 @@ module Elasticsearch
44
45
  # Register this action with its valid params when the module is loaded.
45
46
  #
46
47
  # @since 6.2.0
47
- ParamsRegistry.register(:update_aliases, [ :timeout ].freeze)
48
+ ParamsRegistry.register(:update_aliases, [
49
+ :timeout,
50
+ :master_timeout ].freeze)
48
51
  end
49
52
  end
50
53
  end
@@ -5,18 +5,14 @@ module Elasticsearch
5
5
 
6
6
  # Upgrade the index or indices to the latest Lucene format.
7
7
  #
8
- # @option arguments [List] :index A comma-separated list of index names;
9
- # use `_all` or empty string to perform the operation on all indices
10
- # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored
11
- # when unavailable (missing or closed)
12
- # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression
13
- # resolves into no concrete indices.
14
- # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices
15
- # that are open, closed or both. (options: open, closed)
16
- # @option arguments [Boolean] :wait_for_completion Specify whether the request should block until the all
17
- # segments are upgraded (default: true)
8
+ # @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
9
+ # @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)
10
+ # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
11
+ # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
12
+ # @option arguments [Boolean] :wait_for_completion Specify whether the request should block until the all segments are upgraded (default: false)
13
+ # @option arguments [Boolean] :only_ancient_segments If true, only ancient (an older Lucene major release) segments will be upgraded
18
14
  #
19
- # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-upgrade.html
15
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-upgrade.html
20
16
  #
21
17
  def upgrade(arguments={})
22
18
  method = HTTP_POST
@@ -31,10 +27,11 @@ module Elasticsearch
31
27
  #
32
28
  # @since 6.2.0
33
29
  ParamsRegistry.register(:upgrade, [
34
- :ignore_unavailable,
35
30
  :allow_no_indices,
36
31
  :expand_wildcards,
37
- :wait_for_completion ].freeze)
32
+ :ignore_unavailable,
33
+ :wait_for_completion,
34
+ :only_ancient_segments ].freeze)
38
35
  end
39
36
  end
40
37
  end
@@ -37,33 +37,23 @@ module Elasticsearch
37
37
  # }
38
38
  # }
39
39
  #
40
- # @option arguments [List] :index A comma-separated list of index names to restrict the operation;
41
- # use `_all` or empty string to perform the operation on all indices
42
- # @option arguments [List] :type A comma-separated list of document types to restrict the operation;
43
- # leave empty to perform the operation on all types
40
+ # @option arguments [List] :index A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices
41
+ # @option arguments [List] :type A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types
44
42
  # @option arguments [Hash] :body The query definition specified with the Query DSL
45
43
  # @option arguments [Boolean] :explain Return detailed information about the error
46
- # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored
47
- # when unavailable (missing or closed)
48
- # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression
49
- # resolves into no concrete indices.
50
- # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices
51
- # that are open, closed or both.
52
- # (options: open, closed, none, all)
53
- # @option arguments [String] :operation_threading TODO: ?
44
+ # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
45
+ # @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)
46
+ # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
54
47
  # @option arguments [String] :q Query in the Lucene query string syntax
55
48
  # @option arguments [String] :analyzer The analyzer to use for the query string
56
- # @option arguments [Boolean] :analyze_wildcard Specify whether wildcard and prefix queries should be
57
- # analyzed (default: false)
58
- # @option arguments [String] :default_operator The default operator for query string query (AND or OR)
59
- # (options: AND, OR)
60
- # @option arguments [String] :df The field to use as default where no field prefix is given in
61
- # the query string
62
- # @option arguments [Boolean] :lenient Specify whether format-based query failures (such as providing
63
- # text to a numeric field) should be ignored
64
- # @option arguments [Boolean] :lowercase_expanded_terms Specify whether query terms should be lowercased
49
+ # @option arguments [Boolean] :analyze_wildcard Specify whether wildcard and prefix queries should be analyzed (default: false)
50
+ # @option arguments [String] :default_operator The default operator for query string query (AND or OR) (options: AND, OR)
51
+ # @option arguments [String] :df The field to use as default where no field prefix is given in the query string
52
+ # @option arguments [Boolean] :lenient Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
53
+ # @option arguments [Boolean] :rewrite Provide a more detailed explanation showing the actual Lucene query that will be executed.
54
+ # @option arguments [Boolean] :all_shards Execute validation on all shards instead of one random shard per index
65
55
  #
66
- # @see http://www.elasticsearch.org/guide/reference/api/validate/
56
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/current/search-validate.html
67
57
  #
68
58
  def validate_query(arguments={})
69
59
  method = HTTP_GET
@@ -81,19 +71,18 @@ module Elasticsearch
81
71
  #
82
72
  # @since 6.2.0
83
73
  ParamsRegistry.register(:validate_query, [
84
- :rewrite,
85
74
  :explain,
86
75
  :ignore_unavailable,
87
76
  :allow_no_indices,
88
77
  :expand_wildcards,
89
- :operation_threading,
90
78
  :q,
91
79
  :analyzer,
92
80
  :analyze_wildcard,
93
81
  :default_operator,
94
82
  :df,
95
83
  :lenient,
96
- :lowercase_expanded_terms ].freeze)
84
+ :rewrite,
85
+ :all_shards ].freeze)
97
86
  end
98
87
  end
99
88
  end
@@ -14,6 +14,12 @@ module Elasticsearch
14
14
 
15
15
  perform_request(method, path, params, body).body
16
16
  end
17
+
18
+ # Register this action with its valid params when the module is loaded.
19
+ #
20
+ # @since 6.2.0
21
+ ParamsRegistry.register(:info, [
22
+ ].freeze)
17
23
  end
18
24
  end
19
25
  end
@@ -9,7 +9,7 @@ module Elasticsearch
9
9
  # @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
10
10
  # @option arguments [Time] :timeout Explicit operation timeout
11
11
  #
12
- # @see https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html
12
+ # @see https://www.elastic.co/guide/en/elasticsearch/plugins/current/ingest.html
13
13
  #
14
14
  def delete_pipeline(arguments={})
15
15
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
@@ -5,10 +5,10 @@ module Elasticsearch
5
5
 
6
6
  # Return a specified pipeline
7
7
  #
8
- # @option arguments [String] :id Comma separated list of pipeline ids (wildcards supported).
8
+ # @option arguments [String] :id Comma separated list of pipeline ids. Wildcards supported
9
9
  # @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
10
10
  #
11
- # @see https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html
11
+ # @see https://www.elastic.co/guide/en/elasticsearch/plugins/current/ingest.html
12
12
  #
13
13
  def get_pipeline(arguments={})
14
14
  method = 'GET'
@@ -22,7 +22,8 @@ module Elasticsearch
22
22
  # Register this action with its valid params when the module is loaded.
23
23
  #
24
24
  # @since 6.2.0
25
- ParamsRegistry.register(:get_pipeline, [ :master_timeout ].freeze)
25
+ ParamsRegistry.register(:get_pipeline, [
26
+ :master_timeout ].freeze)
26
27
  end
27
28
  end
28
29
  end
@@ -0,0 +1,29 @@
1
+ module Elasticsearch
2
+ module API
3
+ module Ingest
4
+ module Actions
5
+
6
+ # Extracts structured fields out of a single text field within a document. You choose which field to extract
7
+ # matched fields from, as well as the grok pattern you expect will match.
8
+ #
9
+ #
10
+ # @see https://www.elastic.co/guide/en/elasticsearch/plugins/current/ingest.html
11
+ #
12
+ def processor_grok(arguments={})
13
+ method = Elasticsearch::API::HTTP_GET
14
+ path = "_ingest/processor/grok"
15
+ params = {}
16
+ body = nil
17
+
18
+ perform_request(method, path, params, body).body
19
+ end
20
+
21
+ # Register this action with its valid params when the module is loaded.
22
+ #
23
+ # @since 6.2.0
24
+ ParamsRegistry.register(:processor_grok, [
25
+ ].freeze)
26
+ end
27
+ end
28
+ end
29
+ end
@@ -10,7 +10,7 @@ module Elasticsearch
10
10
  # @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
11
11
  # @option arguments [Time] :timeout Explicit operation timeout
12
12
  #
13
- # @see https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html
13
+ # @see https://www.elastic.co/guide/en/elasticsearch/plugins/current/ingest.html
14
14
  #
15
15
  def put_pipeline(arguments={})
16
16
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
@@ -6,11 +6,10 @@ module Elasticsearch
6
6
  # Execute a specific pipeline against the set of documents provided in the body of the request
7
7
  #
8
8
  # @option arguments [String] :id Pipeline ID
9
- # @option arguments [Hash] :body The pipeline definition (*Required*)
10
- # @option arguments [Boolean] :verbose Verbose mode. Display data output for each processor
11
- # in executed pipeline
9
+ # @option arguments [Hash] :body The simulate definition (*Required*)
10
+ # @option arguments [Boolean] :verbose Verbose mode. Display data output for each processor in executed pipeline
12
11
  #
13
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-pipeline-api.html
12
+ # @see https://www.elastic.co/guide/en/elasticsearch/plugins/current/ingest.html
14
13
  #
15
14
  def simulate(arguments={})
16
15
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
@@ -25,7 +24,8 @@ module Elasticsearch
25
24
  # Register this action with its valid params when the module is loaded.
26
25
  #
27
26
  # @since 6.2.0
28
- ParamsRegistry.register(:simulate, [ :verbose ].freeze)
27
+ ParamsRegistry.register(:simulate, [
28
+ :verbose ].freeze)
29
29
  end
30
30
  end
31
31
  end
@@ -27,20 +27,15 @@ module Elasticsearch
27
27
  #
28
28
  # @option arguments [String] :index The name of the index
29
29
  # @option arguments [String] :type The type of the document
30
- # @option arguments [Hash] :body Document identifiers; can be either `docs` (containing full document information)
31
- # or `ids` (when index and type is provided in the URL (*Required*)
32
- # @option arguments [List] :fields A comma-separated list of fields to return in the response
33
- # @option arguments [String] :parent The ID of the parent document
34
- # @option arguments [String] :preference Specify the node or shard the operation should be performed on
35
- # (default: random)
30
+ # @option arguments [Hash] :body Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL. (*Required*)
31
+ # @option arguments [List] :stored_fields A comma-separated list of stored fields to return in the response
32
+ # @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random)
36
33
  # @option arguments [Boolean] :realtime Specify whether to perform the operation in realtime or search mode
37
34
  # @option arguments [Boolean] :refresh Refresh the shard containing the document before performing the operation
38
35
  # @option arguments [String] :routing Specific routing value
39
- # @option arguments [String] :_source Specify whether the _source field should be returned,
40
- # or a list of fields to return
41
- # @option arguments [String] :_source_exclude A list of fields to exclude from the returned _source field
42
- # @option arguments [String] :_source_include A list of fields to extract and return from the _source field
43
- # @option arguments [List] :stored_fields A comma-separated list of stored fields to return in the response
36
+ # @option arguments [List] :_source True or false to return the _source field or not, or a list of fields to return
37
+ # @option arguments [List] :_source_excludes A list of fields to exclude from the returned _source field
38
+ # @option arguments [List] :_source_includes A list of fields to extract and return from the _source field
44
39
  #
45
40
  # @see http://elasticsearch.org/guide/reference/api/multi-get/
46
41
  #
@@ -63,18 +58,14 @@ module Elasticsearch
63
58
  #
64
59
  # @since 6.2.0
65
60
  ParamsRegistry.register(:mget, [
66
- :fields,
67
- :parent,
61
+ :stored_fields,
68
62
  :preference,
69
63
  :realtime,
70
64
  :refresh,
71
65
  :routing,
72
66
  :_source,
73
- :_source_include,
74
- :_source_includes,
75
- :_source_exclude,
76
67
  :_source_excludes,
77
- :stored_fields ].freeze)
68
+ :_source_includes ].freeze)
78
69
  end
79
70
  end
80
71
  end
@@ -28,10 +28,13 @@ module Elasticsearch
28
28
  #
29
29
  # @option arguments [List] :index A comma-separated list of index names to use as default
30
30
  # @option arguments [List] :type A comma-separated list of document types to use as default
31
- # @option arguments [Hash] :body The request definitions (metadata-search request definition pairs)
31
+ # @option arguments [Hash] :body The request definitions (metadata-search request definition pairs), separated by newlines (*Required*)
32
32
  # @option arguments [String] :search_type Search operation type (options: query_then_fetch, query_and_fetch, dfs_query_then_fetch, dfs_query_and_fetch)
33
33
  # @option arguments [Number] :max_concurrent_searches Controls the maximum number of concurrent searches the multi search api will execute
34
34
  # @option arguments [Boolean] :typed_keys Specify whether aggregation and suggester names should be prefixed by their respective types in the response
35
+ # @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 it's rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
36
+ # @option arguments [Number] :max_concurrent_shard_requests The number of concurrent shard requests each sub 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
37
+ # @option arguments [Boolean] :rest_total_hits_as_int This parameter is ignored in this version. It is used in the next major version to control whether the rest response should render the total.hits as an object or a number
35
38
  #
36
39
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/5.x/search-multi-search.html
37
40
  #
@@ -68,14 +71,16 @@ module Elasticsearch
68
71
  perform_request(method, path, params, payload, {"Content-Type" => "application/x-ndjson"}).body
69
72
  end
70
73
 
74
+
71
75
  # Register this action with its valid params when the module is loaded.
72
76
  #
73
77
  # @since 6.2.0
74
78
  ParamsRegistry.register(:msearch, [
75
79
  :search_type,
76
80
  :max_concurrent_searches,
77
- :max_concurrent_shard_requests,
78
81
  :typed_keys,
82
+ :pre_filter_shard_size,
83
+ :max_concurrent_shard_requests,
79
84
  :rest_total_hits_as_int ].freeze)
80
85
  end
81
86
  end
@@ -15,6 +15,9 @@ module Elasticsearch
15
15
  # @option arguments [List] :type A comma-separated list of document types to use as default
16
16
  # @option arguments [Hash] :body The request definitions (metadata-search request definition pairs), separated by newlines (*Required*)
17
17
  # @option arguments [String] :search_type Search operation type (options: query_then_fetch, query_and_fetch, dfs_query_then_fetch, dfs_query_and_fetch)
18
+ # @option arguments [Boolean] :typed_keys Specify whether aggregation and suggester names should be prefixed by their respective types in the response
19
+ # @option arguments [Number] :max_concurrent_searches Controls the maximum number of concurrent searches the multi search api will execute
20
+ # @option arguments [Boolean] :rest_total_hits_as_int This parameter is ignored in this version. It is used in the next major version to control whether the rest response should render the total.hits as an object or a number
18
21
  #
19
22
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-search-template.html
20
23
  #
@@ -42,7 +45,11 @@ module Elasticsearch
42
45
  # Register this action with its valid params when the module is loaded.
43
46
  #
44
47
  # @since 6.2.0
45
- ParamsRegistry.register(:msearch_template, [ :search_type ].freeze)
48
+ ParamsRegistry.register(:msearch_template, [
49
+ :search_type,
50
+ :typed_keys,
51
+ :max_concurrent_searches,
52
+ :rest_total_hits_as_int ].freeze)
46
53
  end
47
54
  end
48
55
  end
@@ -9,27 +9,24 @@ module Elasticsearch
9
9
  #
10
10
  # subject.mtermvectors index: 'my-index', type: 'my-type', body: { ids: [1, 2, 3] }
11
11
  #
12
- # @option arguments [String] :index The name of the index
13
- # @option arguments [String] :type The type of the document
14
- # @option arguments [Hash] :body Document identifiers; can be either `docs` (containing full document information)
15
- # or `ids` (when index and type is provided in the URL (*Required*)
16
- # @option arguments [List] :ids A comma-separated list of documents ids (alternative to `:body`)
17
- # @option arguments [Boolean] :term_statistics Whether total term frequency and
18
- # document frequency should be returned.
19
- # @option arguments [Boolean] :field_statistics Whether document count, sum of document frequencies
20
- # and sum of total term frequencies should be returned.
21
- # @option arguments [List] :fields A comma-separated list of fields to return
22
- # @option arguments [Boolean] :offsets Whether term offsets should be returned
23
- # @option arguments [Boolean] :positions Whether term positions should be returned
24
- # @option arguments [Boolean] :payloads Whether term payloads should be returned
25
- # @option arguments [String] :preference Specify the node or shard the operation should be performed on
26
- # (default: random)
27
- # @option arguments [String] :realtime Specifies if requests are real-time as opposed to near-real-time
28
- # (default: true)
29
- # @option arguments [String] :routing Specific routing value
30
- # @option arguments [String] :parent Parent ID of documents
12
+ # @option arguments [String] :index The index in which the document resides.
13
+ # @option arguments [String] :type The type of the document.
14
+ # @option arguments [Hash] :body Define ids, documents, parameters or a list of parameters per document here. You must at least provide a list of document ids. See documentation.
15
+ # @option arguments [List] :ids A comma-separated list of documents ids. You must define ids as parameter or set "ids" or "docs" in the request body
16
+ # @option arguments [Boolean] :term_statistics Specifies if total term frequency and document frequency should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".
17
+ # @option arguments [Boolean] :field_statistics Specifies if document count, sum of document frequencies and sum of total term frequencies should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".
18
+ # @option arguments [List] :fields A comma-separated list of fields to return. Applies to all returned documents unless otherwise specified in body "params" or "docs".
19
+ # @option arguments [Boolean] :offsets Specifies if term offsets should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".
20
+ # @option arguments [Boolean] :positions Specifies if term positions should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".
21
+ # @option arguments [Boolean] :payloads Specifies if term payloads should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".
22
+ # @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random) .Applies to all returned documents unless otherwise specified in body "params" or "docs".
23
+ # @option arguments [String] :routing Specific routing value. Applies to all returned documents unless otherwise specified in body "params" or "docs".
24
+ # @option arguments [String] :parent Parent id of documents. Applies to all returned documents unless otherwise specified in body "params" or "docs".
25
+ # @option arguments [Boolean] :realtime Specifies if requests are real-time as opposed to near-real-time (default: true).
26
+ # @option arguments [Number] :version Explicit version number for concurrency control
27
+ # @option arguments [String] :version_type Specific version type (options: internal, external, external_gte, force)
31
28
  #
32
- # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/docs-multi-termvectors.html
29
+ # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-multi-termvectors.html
33
30
  #
34
31
  # @see #mget
35
32
  # @see #termvector
@@ -65,9 +62,11 @@ module Elasticsearch
65
62
  :positions,
66
63
  :payloads,
67
64
  :preference,
68
- :realtime,
69
65
  :routing,
70
- :parent ].freeze)
66
+ :parent,
67
+ :realtime,
68
+ :version,
69
+ :version_type ].freeze)
71
70
  end
72
71
  end
73
72
  end
@@ -13,18 +13,15 @@ module Elasticsearch
13
13
  #
14
14
  # client.nodes.hot_threads threads: 10
15
15
  #
16
- # @option arguments [List] :node_id A comma-separated list of node IDs or names to limit the returned information;
17
- # use `_local` to return information from the node you're connecting to,
18
- # leave empty to get information from all nodes
16
+ # @option arguments [List] :node_id A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
19
17
  # @option arguments [Time] :interval The interval for the second sampling of threads
20
18
  # @option arguments [Number] :snapshots Number of samples of thread stacktrace (default: 10)
21
19
  # @option arguments [Number] :threads Specify the number of threads to provide information for (default: 3)
20
+ # @option arguments [Boolean] :ignore_idle_threads Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue (default: true)
22
21
  # @option arguments [String] :type The type to sample (default: cpu) (options: cpu, wait, block)
23
22
  # @option arguments [Time] :timeout Explicit operation timeout
24
23
  #
25
- # @return [String]
26
- #
27
- # @see http://www.elasticsearch.org/guide/reference/api/admin-cluster-nodes-hot-threads/
24
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-nodes-hot-threads.html
28
25
  #
29
26
  def hot_threads(arguments={})
30
27
  method = HTTP_GET
@@ -43,6 +40,7 @@ module Elasticsearch
43
40
  :interval,
44
41
  :snapshots,
45
42
  :threads,
43
+ :ignore_idle_threads,
46
44
  :type,
47
45
  :timeout ].freeze)
48
46
  end