elasticsearch-api 6.3.0 → 6.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (325) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/Rakefile +1 -1
  4. data/elasticsearch-api.gemspec +43 -60
  5. data/lib/elasticsearch-api.rb +4 -0
  6. data/lib/elasticsearch/api.rb +6 -1
  7. data/lib/elasticsearch/api/actions/abort_benchmark.rb +4 -0
  8. data/lib/elasticsearch/api/actions/benchmark.rb +4 -0
  9. data/lib/elasticsearch/api/actions/bulk.rb +4 -0
  10. data/lib/elasticsearch/api/actions/cat/aliases.rb +4 -0
  11. data/lib/elasticsearch/api/actions/cat/allocation.rb +4 -0
  12. data/lib/elasticsearch/api/actions/cat/count.rb +4 -0
  13. data/lib/elasticsearch/api/actions/cat/fielddata.rb +4 -0
  14. data/lib/elasticsearch/api/actions/cat/health.rb +4 -0
  15. data/lib/elasticsearch/api/actions/cat/help.rb +4 -0
  16. data/lib/elasticsearch/api/actions/cat/indices.rb +4 -0
  17. data/lib/elasticsearch/api/actions/cat/master.rb +4 -0
  18. data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +4 -0
  19. data/lib/elasticsearch/api/actions/cat/nodes.rb +4 -0
  20. data/lib/elasticsearch/api/actions/cat/params_registry.rb +4 -0
  21. data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +4 -0
  22. data/lib/elasticsearch/api/actions/cat/plugins.rb +4 -0
  23. data/lib/elasticsearch/api/actions/cat/recovery.rb +4 -0
  24. data/lib/elasticsearch/api/actions/cat/repositories.rb +4 -0
  25. data/lib/elasticsearch/api/actions/cat/segments.rb +4 -0
  26. data/lib/elasticsearch/api/actions/cat/shards.rb +4 -0
  27. data/lib/elasticsearch/api/actions/cat/snapshots.rb +4 -0
  28. data/lib/elasticsearch/api/actions/cat/tasks.rb +4 -0
  29. data/lib/elasticsearch/api/actions/cat/templates.rb +4 -0
  30. data/lib/elasticsearch/api/actions/cat/thread_pool.rb +4 -0
  31. data/lib/elasticsearch/api/actions/clear_scroll.rb +4 -0
  32. data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +4 -0
  33. data/lib/elasticsearch/api/actions/cluster/get_settings.rb +4 -0
  34. data/lib/elasticsearch/api/actions/cluster/health.rb +4 -0
  35. data/lib/elasticsearch/api/actions/cluster/params_registry.rb +4 -0
  36. data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +4 -0
  37. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +4 -0
  38. data/lib/elasticsearch/api/actions/cluster/remote_info.rb +4 -0
  39. data/lib/elasticsearch/api/actions/cluster/reroute.rb +4 -0
  40. data/lib/elasticsearch/api/actions/cluster/state.rb +4 -0
  41. data/lib/elasticsearch/api/actions/cluster/stats.rb +4 -0
  42. data/lib/elasticsearch/api/actions/count.rb +4 -0
  43. data/lib/elasticsearch/api/actions/count_percolate.rb +4 -0
  44. data/lib/elasticsearch/api/actions/create.rb +4 -0
  45. data/lib/elasticsearch/api/actions/delete.rb +4 -0
  46. data/lib/elasticsearch/api/actions/delete_by_query.rb +4 -0
  47. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +4 -0
  48. data/lib/elasticsearch/api/actions/delete_script.rb +4 -0
  49. data/lib/elasticsearch/api/actions/delete_template.rb +25 -0
  50. data/lib/elasticsearch/api/actions/exists.rb +4 -0
  51. data/lib/elasticsearch/api/actions/exists_source.rb +4 -0
  52. data/lib/elasticsearch/api/actions/explain.rb +4 -0
  53. data/lib/elasticsearch/api/actions/field_caps.rb +4 -0
  54. data/lib/elasticsearch/api/actions/field_stats.rb +40 -0
  55. data/lib/elasticsearch/api/actions/get.rb +4 -0
  56. data/lib/elasticsearch/api/actions/get_script.rb +4 -0
  57. data/lib/elasticsearch/api/actions/get_source.rb +4 -0
  58. data/lib/elasticsearch/api/actions/get_template.rb +31 -0
  59. data/lib/elasticsearch/api/actions/index.rb +4 -0
  60. data/lib/elasticsearch/api/actions/indices/analyze.rb +4 -0
  61. data/lib/elasticsearch/api/actions/indices/clear_cache.rb +4 -0
  62. data/lib/elasticsearch/api/actions/indices/close.rb +4 -0
  63. data/lib/elasticsearch/api/actions/indices/create.rb +4 -0
  64. data/lib/elasticsearch/api/actions/indices/delete.rb +4 -0
  65. data/lib/elasticsearch/api/actions/indices/delete_alias.rb +4 -0
  66. data/lib/elasticsearch/api/actions/indices/delete_mapping.rb +30 -0
  67. data/lib/elasticsearch/api/actions/indices/delete_template.rb +4 -0
  68. data/lib/elasticsearch/api/actions/indices/delete_warmer.rb +36 -0
  69. data/lib/elasticsearch/api/actions/indices/exists.rb +4 -0
  70. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +4 -0
  71. data/lib/elasticsearch/api/actions/indices/exists_template.rb +4 -0
  72. data/lib/elasticsearch/api/actions/indices/exists_type.rb +4 -0
  73. data/lib/elasticsearch/api/actions/indices/flush.rb +4 -0
  74. data/lib/elasticsearch/api/actions/indices/flush_synced.rb +4 -0
  75. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +4 -0
  76. data/lib/elasticsearch/api/actions/indices/freeze.rb +4 -0
  77. data/lib/elasticsearch/api/actions/indices/get.rb +4 -0
  78. data/lib/elasticsearch/api/actions/indices/get_alias.rb +4 -0
  79. data/lib/elasticsearch/api/actions/indices/get_aliases.rb +41 -0
  80. data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +4 -0
  81. data/lib/elasticsearch/api/actions/indices/get_mapping.rb +4 -0
  82. data/lib/elasticsearch/api/actions/indices/get_settings.rb +4 -0
  83. data/lib/elasticsearch/api/actions/indices/get_template.rb +4 -0
  84. data/lib/elasticsearch/api/actions/indices/get_warmer.rb +66 -0
  85. data/lib/elasticsearch/api/actions/indices/open.rb +4 -0
  86. data/lib/elasticsearch/api/actions/indices/optimize.rb +81 -0
  87. data/lib/elasticsearch/api/actions/indices/params_registry.rb +4 -0
  88. data/lib/elasticsearch/api/actions/indices/put_alias.rb +4 -0
  89. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +4 -0
  90. data/lib/elasticsearch/api/actions/indices/put_settings.rb +4 -0
  91. data/lib/elasticsearch/api/actions/indices/put_template.rb +4 -0
  92. data/lib/elasticsearch/api/actions/indices/put_warmer.rb +69 -0
  93. data/lib/elasticsearch/api/actions/indices/recovery.rb +4 -0
  94. data/lib/elasticsearch/api/actions/indices/refresh.rb +4 -0
  95. data/lib/elasticsearch/api/actions/indices/rollover.rb +4 -0
  96. data/lib/elasticsearch/api/actions/indices/seal.rb +28 -0
  97. data/lib/elasticsearch/api/actions/indices/segments.rb +4 -0
  98. data/lib/elasticsearch/api/actions/indices/shard_stores.rb +4 -0
  99. data/lib/elasticsearch/api/actions/indices/shrink.rb +4 -0
  100. data/lib/elasticsearch/api/actions/indices/snapshot_index.rb +48 -0
  101. data/lib/elasticsearch/api/actions/indices/split.rb +4 -0
  102. data/lib/elasticsearch/api/actions/indices/stats.rb +4 -0
  103. data/lib/elasticsearch/api/actions/indices/status.rb +67 -0
  104. data/lib/elasticsearch/api/actions/indices/unfreeze.rb +4 -0
  105. data/lib/elasticsearch/api/actions/indices/update_aliases.rb +4 -0
  106. data/lib/elasticsearch/api/actions/indices/upgrade.rb +4 -0
  107. data/lib/elasticsearch/api/actions/indices/validate_query.rb +4 -0
  108. data/lib/elasticsearch/api/actions/info.rb +4 -0
  109. data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +4 -0
  110. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +4 -0
  111. data/lib/elasticsearch/api/actions/ingest/params_registry.rb +4 -0
  112. data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +4 -0
  113. data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +4 -0
  114. data/lib/elasticsearch/api/actions/ingest/simulate.rb +4 -0
  115. data/lib/elasticsearch/api/actions/list_benchmarks.rb +31 -0
  116. data/lib/elasticsearch/api/actions/mget.rb +4 -0
  117. data/lib/elasticsearch/api/actions/mlt.rb +134 -0
  118. data/lib/elasticsearch/api/actions/mpercolate.rb +66 -0
  119. data/lib/elasticsearch/api/actions/msearch.rb +4 -0
  120. data/lib/elasticsearch/api/actions/msearch_template.rb +4 -0
  121. data/lib/elasticsearch/api/actions/mtermvectors.rb +4 -0
  122. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +4 -0
  123. data/lib/elasticsearch/api/actions/nodes/info.rb +4 -0
  124. data/lib/elasticsearch/api/actions/nodes/params_registry.rb +4 -0
  125. data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +4 -0
  126. data/lib/elasticsearch/api/actions/nodes/shutdown.rb +43 -0
  127. data/lib/elasticsearch/api/actions/nodes/stats.rb +4 -0
  128. data/lib/elasticsearch/api/actions/nodes/usage.rb +4 -0
  129. data/lib/elasticsearch/api/actions/params_registry.rb +4 -0
  130. data/lib/elasticsearch/api/actions/percolate.rb +77 -0
  131. data/lib/elasticsearch/api/actions/ping.rb +4 -0
  132. data/lib/elasticsearch/api/actions/put_script.rb +4 -0
  133. data/lib/elasticsearch/api/actions/put_template.rb +29 -0
  134. data/lib/elasticsearch/api/actions/rank_eval.rb +5 -1
  135. data/lib/elasticsearch/api/actions/reindex.rb +4 -0
  136. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +4 -0
  137. data/lib/elasticsearch/api/actions/remote/info.rb +25 -0
  138. data/lib/elasticsearch/api/actions/render_search_template.rb +4 -0
  139. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +4 -0
  140. data/lib/elasticsearch/api/actions/scroll.rb +4 -0
  141. data/lib/elasticsearch/api/actions/search.rb +4 -0
  142. data/lib/elasticsearch/api/actions/search_exists.rb +67 -0
  143. data/lib/elasticsearch/api/actions/search_shards.rb +4 -0
  144. data/lib/elasticsearch/api/actions/search_template.rb +4 -0
  145. data/lib/elasticsearch/api/actions/snapshot/create.rb +4 -0
  146. data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +4 -0
  147. data/lib/elasticsearch/api/actions/snapshot/delete.rb +4 -0
  148. data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +4 -0
  149. data/lib/elasticsearch/api/actions/snapshot/get.rb +4 -0
  150. data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +4 -0
  151. data/lib/elasticsearch/api/actions/snapshot/params_registry.rb +4 -0
  152. data/lib/elasticsearch/api/actions/snapshot/restore.rb +4 -0
  153. data/lib/elasticsearch/api/actions/snapshot/status.rb +4 -0
  154. data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +4 -0
  155. data/lib/elasticsearch/api/actions/suggest.rb +53 -0
  156. data/lib/elasticsearch/api/actions/tasks/cancel.rb +4 -0
  157. data/lib/elasticsearch/api/actions/tasks/get.rb +4 -0
  158. data/lib/elasticsearch/api/actions/tasks/list.rb +4 -0
  159. data/lib/elasticsearch/api/actions/tasks/params_registry.rb +4 -0
  160. data/lib/elasticsearch/api/actions/termvectors.rb +4 -0
  161. data/lib/elasticsearch/api/actions/update.rb +4 -0
  162. data/lib/elasticsearch/api/actions/update_by_query.rb +4 -0
  163. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +4 -0
  164. data/lib/elasticsearch/api/namespace/cat.rb +4 -0
  165. data/lib/elasticsearch/api/namespace/cluster.rb +4 -0
  166. data/lib/elasticsearch/api/namespace/common.rb +4 -0
  167. data/lib/elasticsearch/api/namespace/indices.rb +4 -0
  168. data/lib/elasticsearch/api/namespace/ingest.rb +4 -0
  169. data/lib/elasticsearch/api/namespace/nodes.rb +4 -0
  170. data/lib/elasticsearch/api/namespace/remote.rb +4 -0
  171. data/lib/elasticsearch/api/namespace/snapshot.rb +4 -0
  172. data/lib/elasticsearch/api/namespace/tasks.rb +4 -0
  173. data/lib/elasticsearch/api/utils.rb +4 -0
  174. data/lib/elasticsearch/api/version.rb +5 -1
  175. data/spec/elasticsearch/api/actions/abort_benchmark_spec.rb +4 -0
  176. data/spec/elasticsearch/api/actions/benchmark_spec.rb +4 -0
  177. data/spec/elasticsearch/api/actions/bulk_spec.rb +4 -0
  178. data/spec/elasticsearch/api/actions/cat/aliases_spec.rb +4 -0
  179. data/spec/elasticsearch/api/actions/cat/allocation_spec.rb +4 -0
  180. data/spec/elasticsearch/api/actions/cat/count_spec.rb +4 -0
  181. data/spec/elasticsearch/api/actions/cat/fielddata_spec.rb +4 -0
  182. data/spec/elasticsearch/api/actions/cat/health_spec.rb +4 -0
  183. data/spec/elasticsearch/api/actions/cat/help_spec.rb +4 -0
  184. data/spec/elasticsearch/api/actions/cat/indices_spec.rb +4 -0
  185. data/spec/elasticsearch/api/actions/cat/master_spec.rb +4 -0
  186. data/spec/elasticsearch/api/actions/cat/nodeattrs_spec.rb +4 -0
  187. data/spec/elasticsearch/api/actions/cat/nodes_spec.rb +4 -0
  188. data/spec/elasticsearch/api/actions/cat/pending_tasks_spec.rb +4 -0
  189. data/spec/elasticsearch/api/actions/cat/plugins_spec.rb +4 -0
  190. data/spec/elasticsearch/api/actions/cat/recovery_spec.rb +4 -0
  191. data/spec/elasticsearch/api/actions/cat/repositories_spec.rb +4 -0
  192. data/spec/elasticsearch/api/actions/cat/segments_spec.rb +4 -0
  193. data/spec/elasticsearch/api/actions/cat/shards_spec.rb +4 -0
  194. data/spec/elasticsearch/api/actions/cat/snapshot_spec.rb +4 -0
  195. data/spec/elasticsearch/api/actions/cat/tasks_spec.rb +4 -0
  196. data/spec/elasticsearch/api/actions/cat/templates_spec.rb +4 -0
  197. data/spec/elasticsearch/api/actions/cat/thread_pool_spec.rb +4 -0
  198. data/spec/elasticsearch/api/actions/clear_scroll_spec.rb +4 -0
  199. data/spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb +4 -0
  200. data/spec/elasticsearch/api/actions/cluster/get_settings_spec.rb +4 -0
  201. data/spec/elasticsearch/api/actions/cluster/health_spec.rb +4 -0
  202. data/spec/elasticsearch/api/actions/cluster/pending_tasks_spec.rb +4 -0
  203. data/spec/elasticsearch/api/actions/cluster/put_settings_spec.rb +4 -0
  204. data/spec/elasticsearch/api/actions/cluster/remote_info_spec.rb +4 -0
  205. data/spec/elasticsearch/api/actions/cluster/reroute_spec.rb +4 -0
  206. data/spec/elasticsearch/api/actions/cluster/state_spec.rb +4 -0
  207. data/spec/elasticsearch/api/actions/cluster/stats_spec.rb +4 -0
  208. data/spec/elasticsearch/api/actions/count_percolate_spec.rb +4 -0
  209. data/spec/elasticsearch/api/actions/count_spec.rb +4 -0
  210. data/spec/elasticsearch/api/actions/create_document_spec.rb +4 -0
  211. data/spec/elasticsearch/api/actions/delete_by_query_spec.rb +4 -0
  212. data/spec/elasticsearch/api/actions/delete_document_spec.rb +4 -0
  213. data/spec/elasticsearch/api/actions/delete_script_spec.rb +4 -0
  214. data/spec/elasticsearch/api/actions/delete_template_spec.rb +21 -0
  215. data/spec/elasticsearch/api/actions/exists_document_spec.rb +4 -0
  216. data/spec/elasticsearch/api/actions/explain_document_spec.rb +4 -0
  217. data/spec/elasticsearch/api/actions/field_caps_spec.rb +4 -0
  218. data/spec/elasticsearch/api/actions/field_stats_spec.rb +21 -0
  219. data/spec/elasticsearch/api/actions/get_document_source_spec.rb +4 -0
  220. data/spec/elasticsearch/api/actions/get_document_spec.rb +4 -0
  221. data/spec/elasticsearch/api/actions/get_script_spec.rb +4 -0
  222. data/spec/elasticsearch/api/actions/get_template_spec.rb +56 -0
  223. data/spec/elasticsearch/api/actions/hashie_spec.rb +4 -0
  224. data/spec/elasticsearch/api/actions/index_document_spec.rb +4 -0
  225. data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +4 -0
  226. data/spec/elasticsearch/api/actions/indices/clear_cache_spec.rb +4 -0
  227. data/spec/elasticsearch/api/actions/indices/close_spec.rb +4 -0
  228. data/spec/elasticsearch/api/actions/indices/create_spec.rb +4 -0
  229. data/spec/elasticsearch/api/actions/indices/delete_alias_spec.rb +4 -0
  230. data/spec/elasticsearch/api/actions/indices/delete_mapping_spec.rb +81 -0
  231. data/spec/elasticsearch/api/actions/indices/delete_spec.rb +4 -0
  232. data/spec/elasticsearch/api/actions/indices/delete_template_spec.rb +4 -0
  233. data/spec/elasticsearch/api/actions/indices/delete_warmer_spec.rb +90 -0
  234. data/spec/elasticsearch/api/actions/indices/exists_alias_spec.rb +4 -0
  235. data/spec/elasticsearch/api/actions/indices/exists_spec.rb +4 -0
  236. data/spec/elasticsearch/api/actions/indices/exists_template_spec.rb +4 -0
  237. data/spec/elasticsearch/api/actions/indices/exists_type_spec.rb +4 -0
  238. data/spec/elasticsearch/api/actions/indices/flush_spec.rb +4 -0
  239. data/spec/elasticsearch/api/actions/indices/flush_synced_spec.rb +4 -0
  240. data/spec/elasticsearch/api/actions/indices/forcemerge_spec.rb +4 -0
  241. data/spec/elasticsearch/api/actions/indices/get_alias_spec.rb +4 -0
  242. data/spec/elasticsearch/api/actions/indices/get_aliases_spec.rb +59 -0
  243. data/spec/elasticsearch/api/actions/indices/get_field_mapping_spec.rb +4 -0
  244. data/spec/elasticsearch/api/actions/indices/get_mapping_spec.rb +4 -0
  245. data/spec/elasticsearch/api/actions/indices/get_settings_spec.rb +4 -0
  246. data/spec/elasticsearch/api/actions/indices/get_spec.rb +4 -0
  247. data/spec/elasticsearch/api/actions/indices/get_template_spec.rb +4 -0
  248. data/spec/elasticsearch/api/actions/indices/get_warmer_spec.rb +52 -0
  249. data/spec/elasticsearch/api/actions/indices/open_spec.rb +4 -0
  250. data/spec/elasticsearch/api/actions/indices/optimize_spec.rb +67 -0
  251. data/spec/elasticsearch/api/actions/indices/put_alias_spec.rb +4 -0
  252. data/spec/elasticsearch/api/actions/indices/put_mapping_spec.rb +4 -0
  253. data/spec/elasticsearch/api/actions/indices/put_settings_spec.rb +4 -0
  254. data/spec/elasticsearch/api/actions/indices/put_template_spec.rb +4 -0
  255. data/spec/elasticsearch/api/actions/indices/put_warmer_spec.rb +105 -0
  256. data/spec/elasticsearch/api/actions/indices/recovery_spec.rb +4 -0
  257. data/spec/elasticsearch/api/actions/indices/refresh_spec.rb +4 -0
  258. data/spec/elasticsearch/api/actions/indices/rollover_spec.rb +4 -0
  259. data/spec/elasticsearch/api/actions/indices/seal_spec.rb +22 -0
  260. data/spec/elasticsearch/api/actions/indices/segments_spec.rb +4 -0
  261. data/spec/elasticsearch/api/actions/indices/shard_stores_spec.rb +4 -0
  262. data/spec/elasticsearch/api/actions/indices/shrink_spec.rb +4 -0
  263. data/spec/elasticsearch/api/actions/indices/snapshot_index_spec.rb +93 -0
  264. data/spec/elasticsearch/api/actions/indices/split_spec.rb +4 -0
  265. data/spec/elasticsearch/api/actions/indices/status_spec.rb +96 -0
  266. data/spec/elasticsearch/api/actions/indices/update_aliases_spec.rb +4 -0
  267. data/spec/elasticsearch/api/actions/indices/upgrade_spec.rb +4 -0
  268. data/spec/elasticsearch/api/actions/indices/validate_query_spec.rb +4 -0
  269. data/spec/elasticsearch/api/actions/info_spec.rb +4 -0
  270. data/spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb +4 -0
  271. data/spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb +4 -0
  272. data/spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb +4 -0
  273. data/spec/elasticsearch/api/actions/ingest/simulate_spec.rb +4 -0
  274. data/spec/elasticsearch/api/actions/json_builders_spec.rb +4 -0
  275. data/spec/elasticsearch/api/actions/list_benchmarks_spec.rb +21 -0
  276. data/spec/elasticsearch/api/actions/mget_spec.rb +4 -0
  277. data/spec/elasticsearch/api/actions/mlt_spec.rb +134 -0
  278. data/spec/elasticsearch/api/actions/mpercolate_spec.rb +53 -0
  279. data/spec/elasticsearch/api/actions/msearch_spec.rb +4 -0
  280. data/spec/elasticsearch/api/actions/msearch_template_spec.rb +4 -0
  281. data/spec/elasticsearch/api/actions/mtermvectors_spec.rb +4 -0
  282. data/spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb +4 -0
  283. data/spec/elasticsearch/api/actions/nodes/info_spec.rb +4 -0
  284. data/spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb +4 -0
  285. data/spec/elasticsearch/api/actions/nodes/shutdown_spec.rb +63 -0
  286. data/spec/elasticsearch/api/actions/nodes/stats_spec.rb +4 -0
  287. data/spec/elasticsearch/api/actions/ping_spec.rb +4 -0
  288. data/spec/elasticsearch/api/actions/put_script_spec.rb +4 -0
  289. data/spec/elasticsearch/api/actions/put_template_spec.rb +21 -0
  290. data/spec/elasticsearch/api/actions/rank_eval_spec.rb +113 -0
  291. data/spec/elasticsearch/api/actions/reindex_spec.rb +4 -0
  292. data/spec/elasticsearch/api/actions/remote/info_spec.rb +22 -0
  293. data/spec/elasticsearch/api/actions/render_search_template_spec.rb +4 -0
  294. data/spec/elasticsearch/api/actions/scoll_spec.rb +4 -0
  295. data/spec/elasticsearch/api/actions/search_exists_spec.rb +67 -0
  296. data/spec/elasticsearch/api/actions/search_shards_spec.rb +4 -0
  297. data/spec/elasticsearch/api/actions/search_spec.rb +4 -0
  298. data/spec/elasticsearch/api/actions/search_template_spec.rb +4 -0
  299. data/spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb +4 -0
  300. data/spec/elasticsearch/api/actions/snapshot/create_spec.rb +4 -0
  301. data/spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb +4 -0
  302. data/spec/elasticsearch/api/actions/snapshot/delete_spec.rb +4 -0
  303. data/spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb +4 -0
  304. data/spec/elasticsearch/api/actions/snapshot/get_spec.rb +4 -0
  305. data/spec/elasticsearch/api/actions/snapshot/restore_spec.rb +4 -0
  306. data/spec/elasticsearch/api/actions/snapshot/status_spec.rb +4 -0
  307. data/spec/elasticsearch/api/actions/snapshot/verify_repository_spec.rb +4 -0
  308. data/spec/elasticsearch/api/actions/suggest_spec.rb +81 -0
  309. data/spec/elasticsearch/api/actions/tasks/cancel_spec.rb +4 -0
  310. data/spec/elasticsearch/api/actions/tasks/get_spec.rb +4 -0
  311. data/spec/elasticsearch/api/actions/tasks/list_spec.rb +4 -0
  312. data/spec/elasticsearch/api/actions/termvectors_spec.rb +4 -0
  313. data/spec/elasticsearch/api/actions/update_by_query_spec.rb +4 -0
  314. data/spec/elasticsearch/api/actions/update_document_spec.rb +4 -0
  315. data/spec/elasticsearch/api/api_spec.rb +4 -0
  316. data/spec/elasticsearch/api/client_spec.rb +4 -0
  317. data/spec/elasticsearch/api/utils_spec.rb +4 -0
  318. data/spec/spec_helper.rb +5 -0
  319. data/test/integration/yaml_test_runner.rb +4 -0
  320. data/test/test_helper.rb +4 -0
  321. data/utils/thor/generate_api.rb +4 -0
  322. data/utils/thor/generate_source.rb +4 -0
  323. data/utils/thor/lister.rb +4 -0
  324. data/utils/thor/templates/ruby/test_helper.rb +4 -0
  325. metadata +124 -51
@@ -0,0 +1,66 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
5
+ module Elasticsearch
6
+ module API
7
+ module Actions
8
+
9
+ # Perform multiple percolate operations in a single request, similar to the {#msearch} API
10
+ #
11
+ # Pass the percolate definitions as header-body pairs in the `:body` argument, as an Array of Hashes.
12
+ #
13
+ # @example Perform two different percolations in a single request
14
+ #
15
+ # client.mpercolate \
16
+ # body: [
17
+ # { percolate: { index: "my-index", type: "my-type" } },
18
+ # { doc: { message: "foo bar" } },
19
+ # { percolate: { index: "my-other-index", type: "my-other-type", id: "1" } },
20
+ # { }
21
+ # ]
22
+ #
23
+ # @option arguments [String] :index The index of the document being count percolated to use as default
24
+ # @option arguments [String] :type The type of the document being percolated to use as default.
25
+ # @option arguments [Array<Hash>] The percolate request definitions (header & body pairs) (*Required*)
26
+ # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when
27
+ # unavailable (missing or closed)
28
+ # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into
29
+ # no concrete indices. (This includes `_all` string or when no
30
+ # indices have been specified)
31
+ # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are
32
+ # open, closed or both. (options: open, closed)
33
+ #
34
+ # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-percolate.html
35
+ #
36
+ def mpercolate(arguments={})
37
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
38
+ method = HTTP_GET
39
+ path = "_mpercolate"
40
+
41
+ params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
42
+ body = arguments[:body]
43
+
44
+ case
45
+ when body.is_a?(Array)
46
+ payload = body.map { |d| d.is_a?(String) ? d : Elasticsearch::API.serializer.dump(d) }
47
+ payload << "" unless payload.empty?
48
+ payload = payload.join("\n")
49
+ else
50
+ payload = body
51
+ end
52
+
53
+ perform_request(method, path, params, payload).body
54
+ end
55
+
56
+ # Register this action with its valid params when the module is loaded.
57
+ #
58
+ # @since 6.2.0
59
+ ParamsRegistry.register(:mpercolate, [
60
+ :ignore_unavailable,
61
+ :allow_no_indices,
62
+ :expand_wildcards,
63
+ :percolate_format ].freeze)
64
+ end
65
+ end
66
+ end
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Nodes
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Nodes
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Nodes
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Nodes
@@ -0,0 +1,43 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
5
+ module Elasticsearch
6
+ module API
7
+ module Nodes
8
+ module Actions
9
+
10
+ # Shutdown one or all nodes
11
+ #
12
+ # @example Shut down node named _Bloke_
13
+ #
14
+ # client.nodes.shutdown node_id: 'Bloke'
15
+ #
16
+ # @option arguments [List] :node_id A comma-separated list of node IDs or names to perform the operation on; use
17
+ # `_local` to shutdown the node you're connected to, leave empty to
18
+ # shutdown all nodes
19
+ # @option arguments [Time] :delay Set the delay for the operation (default: 1s)
20
+ # @option arguments [Boolean] :exit Exit the JVM as well (default: true)
21
+ #
22
+ # @see http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-shutdown/
23
+ #
24
+ def shutdown(arguments={})
25
+ method = HTTP_POST
26
+ path = Utils.__pathify '_cluster/nodes', Utils.__listify(arguments[:node_id]), '_shutdown'
27
+
28
+ params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
29
+ body = nil
30
+
31
+ perform_request(method, path, params, body).body
32
+ end
33
+
34
+ # Register this action with its valid params when the module is loaded.
35
+ #
36
+ # @since 6.2.0
37
+ ParamsRegistry.register(:shutdown, [
38
+ :delay,
39
+ :exit ].freeze)
40
+ end
41
+ end
42
+ end
43
+ end
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Nodes
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Nodes
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -0,0 +1,77 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
5
+ module Elasticsearch
6
+ module API
7
+ module Actions
8
+
9
+ # Return names of queries matching a document.
10
+ #
11
+ # Percolator allows you to register queries and then evaluate a document against them:
12
+ # the IDs of matching queries are returned in the response.
13
+ #
14
+ # @deprecated The `_percolate` API has been deprecated in favour of a special field mapping and the
15
+ # `percolate` query;
16
+ # see https://www.elastic.co/guide/en/elasticsearch/reference/5.5/breaking_50_percolator.html
17
+ #
18
+ # See full example for Elasticsearch 5.x and higher in <https://github.com/elastic/elasticsearch-ruby/blob/master/examples/percolator/percolator_alerts.rb>
19
+ #
20
+ # @option arguments [String] :index The index of the document being percolated. (*Required*)
21
+ # @option arguments [String] :type The type of the document being percolated. (*Required*)
22
+ # @option arguments [String] :id Fetch the document specified by index/type/id and
23
+ # use it instead of the passed `doc`
24
+ # @option arguments [Hash] :body The percolator request definition using the percolate DSL
25
+ # @option arguments [List] :routing A comma-separated list of specific routing values
26
+ # @option arguments [String] :preference Specify the node or shard the operation should be performed on
27
+ # (default: random)
28
+ # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when
29
+ # unavailable (missing or closed)
30
+ # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into
31
+ # no concrete indices. (This includes `_all` string or when no
32
+ # indices have been specified)
33
+ # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are
34
+ # open, closed or both. (options: open, closed)
35
+ # @option arguments [String] :percolate_index The index to percolate the document into. Defaults to passed `index`.
36
+ # @option arguments [String] :percolate_format Return an array of matching query IDs instead of objects.
37
+ # (options: ids)
38
+ # @option arguments [String] :percolate_type The type to percolate document into. Defaults to passed `type`.
39
+ # @option arguments [Number] :version Explicit version number for concurrency control
40
+ # @option arguments [String] :version_type Specific version type (options: internal, external, external_gte, force)
41
+ #
42
+ # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-percolate.html
43
+ #
44
+ def percolate(arguments={})
45
+ Utils.__report_unsupported_method :percolate
46
+
47
+ raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
48
+ raise ArgumentError, "Required argument 'type' missing" unless arguments[:type]
49
+ method = HTTP_GET
50
+ path = Utils.__pathify Utils.__escape(arguments[:index]),
51
+ Utils.__escape(arguments[:type]),
52
+ Utils.__escape(arguments[:id]),
53
+ '_percolate'
54
+
55
+ params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
56
+ body = arguments[:body]
57
+
58
+ perform_request(method, path, params, body).body
59
+ end
60
+
61
+ # Register this action with its valid params when the module is loaded.
62
+ #
63
+ # @since 6.2.0
64
+ ParamsRegistry.register(:percolate, [
65
+ :routing,
66
+ :preference,
67
+ :ignore_unavailable,
68
+ :allow_no_indices,
69
+ :expand_wildcards,
70
+ :percolate_index,
71
+ :percolate_type,
72
+ :percolate_format,
73
+ :version,
74
+ :version_type ].freeze)
75
+ end
76
+ end
77
+ end
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -0,0 +1,29 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
5
+ module Elasticsearch
6
+ module API
7
+ module Actions
8
+
9
+ # Store a template for the search definition in Elasticsearch,
10
+ # to be later used with the `search_template` method
11
+ #
12
+ # @option arguments [String] :id Template ID (*Required*)
13
+ # @option arguments [Hash] :body The document (*Required*)
14
+ #
15
+ # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-template.html
16
+ #
17
+ def put_template(arguments={})
18
+ raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
19
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
20
+ method = HTTP_POST
21
+ path = "_scripts/#{arguments[:id]}"
22
+ params = {}
23
+ body = arguments[:body]
24
+
25
+ perform_request(method, path, params, body).body
26
+ end
27
+ end
28
+ end
29
+ end
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -17,7 +21,7 @@ module Elasticsearch
17
21
  def rank_eval(arguments={})
18
22
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
19
23
  method = Elasticsearch::API::HTTP_GET
20
- path = "_rank_eval"
24
+ path = Utils.__pathify(Utils.__escape(arguments[:index]), "_rank_eval")
21
25
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
22
26
  body = arguments[:body]
23
27
 
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -0,0 +1,25 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
5
+ module Elasticsearch
6
+ module API
7
+ module Remote
8
+ module Actions
9
+
10
+ # Returns all of the configured remote cluster information
11
+ #
12
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html
13
+ #
14
+ def info(arguments={})
15
+ method = HTTP_GET
16
+ path = "_remote/info"
17
+ params = {}
18
+ body = nil
19
+
20
+ perform_request(method, path, params, body).body
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module API
3
7
  module Actions
@@ -0,0 +1,67 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
5
+ module Elasticsearch
6
+ module API
7
+ module Actions
8
+
9
+ # Return whether documents exists for a particular query
10
+ #
11
+ # @option arguments [List] :index A comma-separated list of indices to restrict the results
12
+ # @option arguments [List] :type A comma-separated list of types to restrict the results
13
+ # @option arguments [Hash] :body A query to restrict the results specified with the Query DSL (optional)
14
+ # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when
15
+ # unavailable (missing or closed)
16
+ # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves
17
+ # into no concrete indices.
18
+ # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices
19
+ # that are open, closed or both.
20
+ # (options: open, closed, none, all)
21
+ # @option arguments [Number] :min_score Include only documents with a specific `_score` value in the result
22
+ # @option arguments [String] :preference Specify the node or shard the operation should be performed on
23
+ # (default: random)
24
+ # @option arguments [String] :routing Specific routing value
25
+ # @option arguments [String] :q Query in the Lucene query string syntax
26
+ # @option arguments [String] :analyzer The analyzer to use for the query string
27
+ # @option arguments [Boolean] :analyze_wildcard Specify whether wildcard and prefix queries should be
28
+ # analyzed (default: false)
29
+ # @option arguments [String] :default_operator The default operator for query string query (AND or OR)
30
+ # (options: AND, OR)
31
+ # @option arguments [String] :df The field to use as default where no field prefix is given
32
+ # in the query string
33
+ # @option arguments [Boolean] :lenient Specify whether format-based query failures
34
+ # (such as providing text to a numeric field) should be ignored
35
+ # @option arguments [Boolean] :lowercase_expanded_terms Specify whether query terms should be lowercased
36
+ #
37
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/master/search-exists.html
38
+ #
39
+ def search_exists(arguments={})
40
+ method = 'POST'
41
+ path = "_search/exists"
42
+ params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
43
+ body = arguments[:body]
44
+
45
+ perform_request(method, path, params, body).body
46
+ end
47
+
48
+ # Register this action with its valid params when the module is loaded.
49
+ #
50
+ # @since 6.2.0
51
+ ParamsRegistry.register(:search_exists, [
52
+ :ignore_unavailable,
53
+ :allow_no_indices,
54
+ :expand_wildcards,
55
+ :min_score,
56
+ :preference,
57
+ :routing,
58
+ :q,
59
+ :analyzer,
60
+ :analyze_wildcard,
61
+ :default_operator,
62
+ :df,
63
+ :lenient,
64
+ :lowercase_expanded_terms ].freeze)
65
+ end
66
+ end
67
+ end