elasticsearch-api 6.8.3 → 7.0.0.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +17 -1
- data/LICENSE.txt +199 -10
- data/README.md +3 -3
- data/Rakefile +23 -6
- data/elasticsearch-api.gemspec +77 -43
- data/lib/elasticsearch-api.rb +16 -3
- data/lib/elasticsearch/api.rb +18 -5
- data/lib/elasticsearch/api/actions/abort_benchmark.rb +17 -4
- data/lib/elasticsearch/api/actions/benchmark.rb +18 -5
- data/lib/elasticsearch/api/actions/bulk.rb +18 -7
- data/lib/elasticsearch/api/actions/cat/aliases.rb +25 -11
- data/lib/elasticsearch/api/actions/cat/allocation.rb +26 -12
- data/lib/elasticsearch/api/actions/cat/count.rb +25 -11
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +23 -11
- data/lib/elasticsearch/api/actions/cat/health.rb +26 -12
- data/lib/elasticsearch/api/actions/cat/help.rb +18 -6
- data/lib/elasticsearch/api/actions/cat/indices.rb +28 -13
- data/lib/elasticsearch/api/actions/cat/master.rb +25 -11
- data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +19 -7
- data/lib/elasticsearch/api/actions/cat/nodes.rb +25 -11
- data/lib/elasticsearch/api/actions/cat/params_registry.rb +19 -6
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +25 -11
- data/lib/elasticsearch/api/actions/cat/plugins.rb +21 -8
- data/lib/elasticsearch/api/actions/cat/recovery.rb +26 -11
- data/lib/elasticsearch/api/actions/cat/repositories.rb +18 -7
- data/lib/elasticsearch/api/actions/cat/segments.rb +22 -10
- data/lib/elasticsearch/api/actions/cat/shards.rb +26 -12
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +19 -9
- data/lib/elasticsearch/api/actions/cat/tasks.rb +20 -6
- data/lib/elasticsearch/api/actions/cat/templates.rb +21 -8
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +33 -16
- data/lib/elasticsearch/api/actions/clear_scroll.rb +19 -15
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +20 -6
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +19 -7
- data/lib/elasticsearch/api/actions/cluster/health.rb +35 -13
- data/lib/elasticsearch/api/actions/cluster/params_registry.rb +19 -6
- data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +20 -6
- data/lib/elasticsearch/api/actions/cluster/put_settings.rb +19 -8
- data/lib/elasticsearch/api/actions/cluster/remote_info.rb +17 -10
- data/lib/elasticsearch/api/actions/cluster/reroute.rb +23 -10
- data/lib/elasticsearch/api/actions/cluster/state.rb +28 -18
- data/lib/elasticsearch/api/actions/cluster/stats.rb +21 -16
- data/lib/elasticsearch/api/actions/count.rb +18 -4
- data/lib/elasticsearch/api/actions/create.rb +16 -3
- data/lib/elasticsearch/api/actions/delete.rb +24 -19
- data/lib/elasticsearch/api/actions/delete_by_query.rb +18 -5
- data/lib/elasticsearch/api/actions/{delete_by_query_rethrottle.rb → delete_by_rethrottle.rb} +18 -5
- data/lib/elasticsearch/api/actions/delete_script.rb +18 -5
- data/lib/elasticsearch/api/actions/exists.rb +18 -6
- data/lib/elasticsearch/api/actions/exists_source.rb +16 -3
- data/lib/elasticsearch/api/actions/explain.rb +30 -10
- data/lib/elasticsearch/api/actions/field_caps.rb +18 -6
- data/lib/elasticsearch/api/actions/get.rb +20 -6
- data/lib/elasticsearch/api/actions/get_script.rb +22 -9
- data/lib/elasticsearch/api/actions/get_source.rb +32 -10
- data/lib/elasticsearch/api/actions/index.rb +37 -17
- data/lib/elasticsearch/api/actions/indices/analyze.rb +32 -6
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +20 -8
- data/lib/elasticsearch/api/actions/indices/close.rb +31 -11
- data/lib/elasticsearch/api/actions/indices/create.rb +36 -24
- data/lib/elasticsearch/api/actions/indices/delete.rb +21 -7
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +20 -8
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +18 -6
- data/lib/elasticsearch/api/actions/indices/exists.rb +32 -12
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +30 -10
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +20 -8
- data/lib/elasticsearch/api/actions/indices/exists_type.rb +31 -10
- data/lib/elasticsearch/api/actions/indices/flush.rb +26 -9
- data/lib/elasticsearch/api/actions/indices/flush_synced.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/freeze.rb +1 -4
- data/lib/elasticsearch/api/actions/indices/get.rb +21 -7
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +21 -7
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +21 -8
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/get_template.rb +21 -7
- data/lib/elasticsearch/api/actions/indices/open.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/params_registry.rb +19 -6
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +23 -11
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/put_template.rb +21 -7
- data/lib/elasticsearch/api/actions/indices/recovery.rb +19 -6
- data/lib/elasticsearch/api/actions/indices/refresh.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/rollover.rb +21 -7
- data/lib/elasticsearch/api/actions/indices/segments.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/shrink.rb +18 -7
- data/lib/elasticsearch/api/actions/indices/split.rb +19 -9
- data/lib/elasticsearch/api/actions/indices/stats.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/unfreeze.rb +0 -4
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/upgrade.rb +18 -5
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +18 -5
- data/lib/elasticsearch/api/actions/info.rb +16 -9
- data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +18 -5
- data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +20 -8
- data/lib/elasticsearch/api/actions/ingest/params_registry.rb +19 -6
- data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +0 -4
- data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +18 -5
- data/lib/elasticsearch/api/actions/ingest/simulate.rb +22 -9
- data/lib/elasticsearch/api/actions/mget.rb +17 -4
- data/lib/elasticsearch/api/actions/msearch.rb +21 -7
- data/lib/elasticsearch/api/actions/msearch_template.rb +21 -6
- data/lib/elasticsearch/api/actions/mtermvectors.rb +18 -5
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +20 -5
- data/lib/elasticsearch/api/actions/nodes/info.rb +44 -11
- data/lib/elasticsearch/api/actions/nodes/params_registry.rb +19 -6
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +19 -12
- data/lib/elasticsearch/api/actions/nodes/shutdown.rb +17 -4
- data/lib/elasticsearch/api/actions/nodes/stats.rb +18 -5
- data/lib/elasticsearch/api/actions/nodes/usage.rb +3 -7
- data/lib/elasticsearch/api/actions/params_registry.rb +19 -6
- data/lib/elasticsearch/api/actions/ping.rb +16 -9
- data/lib/elasticsearch/api/actions/put_script.rb +18 -6
- data/lib/elasticsearch/api/actions/rank_eval.rb +17 -4
- data/lib/elasticsearch/api/actions/reindex.rb +19 -5
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +17 -4
- data/lib/elasticsearch/api/actions/remote/info.rb +16 -3
- data/lib/elasticsearch/api/actions/render_search_template.rb +18 -5
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +16 -9
- data/lib/elasticsearch/api/actions/scroll.rb +19 -6
- data/lib/elasticsearch/api/actions/search.rb +72 -39
- data/lib/elasticsearch/api/actions/search_shards.rb +31 -11
- data/lib/elasticsearch/api/actions/search_template.rb +21 -6
- data/lib/elasticsearch/api/actions/snapshot/create.rb +20 -6
- data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +18 -5
- data/lib/elasticsearch/api/actions/snapshot/delete.rb +20 -7
- data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +19 -5
- data/lib/elasticsearch/api/actions/snapshot/get.rb +21 -7
- data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +23 -7
- data/lib/elasticsearch/api/actions/snapshot/params_registry.rb +19 -6
- data/lib/elasticsearch/api/actions/snapshot/restore.rb +18 -5
- data/lib/elasticsearch/api/actions/snapshot/status.rb +23 -8
- data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +18 -5
- data/lib/elasticsearch/api/actions/tasks/cancel.rb +18 -5
- data/lib/elasticsearch/api/actions/tasks/get.rb +18 -5
- data/lib/elasticsearch/api/actions/tasks/list.rb +18 -5
- data/lib/elasticsearch/api/actions/tasks/params_registry.rb +19 -6
- data/lib/elasticsearch/api/actions/termvectors.rb +33 -18
- data/lib/elasticsearch/api/actions/update.rb +61 -26
- data/lib/elasticsearch/api/actions/update_by_query.rb +18 -5
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +16 -3
- data/lib/elasticsearch/api/namespace/cat.rb +16 -3
- data/lib/elasticsearch/api/namespace/cluster.rb +16 -3
- data/lib/elasticsearch/api/namespace/common.rb +16 -3
- data/lib/elasticsearch/api/namespace/indices.rb +16 -3
- data/lib/elasticsearch/api/namespace/ingest.rb +16 -3
- data/lib/elasticsearch/api/namespace/nodes.rb +16 -3
- data/lib/elasticsearch/api/namespace/remote.rb +16 -3
- data/lib/elasticsearch/api/namespace/snapshot.rb +16 -3
- data/lib/elasticsearch/api/namespace/tasks.rb +16 -3
- data/lib/elasticsearch/api/utils.rb +16 -3
- data/lib/elasticsearch/api/version.rb +17 -4
- data/spec/elasticsearch/api/actions/abort_benchmark_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/benchmark_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/bulk_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/aliases_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/allocation_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/count_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/fielddata_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/health_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/help_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/indices_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/master_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/nodeattrs_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/nodes_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/pending_tasks_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/plugins_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/recovery_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/repositories_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/segments_spec.rb +33 -4
- data/spec/elasticsearch/api/actions/cat/shards_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/snapshot_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/tasks_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/templates_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cat/thread_pool_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/clear_scroll_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/get_settings_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/health_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/pending_tasks_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/put_settings_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/remote_info_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/reroute_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/state_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/cluster/stats_spec.rb +16 -20
- data/spec/elasticsearch/api/actions/count_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/create_document_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/delete_by_query_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/delete_document_spec.rb +16 -9
- data/spec/elasticsearch/api/actions/delete_script_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/exists_document_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/explain_document_spec.rb +17 -10
- data/spec/elasticsearch/api/actions/field_caps_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/get_document_source_spec.rb +17 -4
- data/spec/elasticsearch/api/actions/get_document_spec.rb +17 -4
- data/spec/elasticsearch/api/actions/get_script_spec.rb +22 -16
- data/spec/elasticsearch/api/actions/hashie_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/index_document_spec.rb +16 -9
- data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/clear_cache_spec.rb +19 -6
- data/spec/elasticsearch/api/actions/indices/close_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/create_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/delete_alias_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/delete_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/delete_template_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/exists_alias_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/exists_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/exists_template_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/exists_type_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/flush_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/flush_synced_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/forcemerge_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/freeze_spec.rb +68 -0
- data/spec/elasticsearch/api/actions/indices/get_alias_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/get_field_mapping_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/get_mapping_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/get_settings_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/get_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/open_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/put_alias_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/put_mapping_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/put_settings_spec.rb +31 -3
- data/spec/elasticsearch/api/actions/indices/put_template_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/recovery_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/refresh_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/rollover_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/segments_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/shard_stores_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/shrink_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/split_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/stats_spec.rb +125 -0
- data/spec/elasticsearch/api/actions/indices/unfreeze_spec.rb +68 -0
- data/spec/elasticsearch/api/actions/indices/update_aliases_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/upgrade_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/indices/validate_query_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/info_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/ingest/simulate_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/json_builders_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/mget_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/msearch_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/msearch_template_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/mtermvectors_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/nodes/info_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/nodes/shutdown_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/nodes/stats_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/ping_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/put_script_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/reindex_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/remote/info_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/render_search_template_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/scoll_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/search_shards_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/search_spec.rb +31 -3
- data/spec/elasticsearch/api/actions/search_template_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/create_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/delete_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/get_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/restore_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/status_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/snapshot/verify_repository_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/tasks/cancel_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/tasks/get_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/tasks/list_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/termvectors_spec.rb +16 -9
- data/spec/elasticsearch/api/actions/update_by_query_spec.rb +16 -3
- data/spec/elasticsearch/api/actions/update_document_spec.rb +16 -9
- data/spec/elasticsearch/api/api_spec.rb +16 -3
- data/spec/elasticsearch/api/client_spec.rb +16 -3
- data/spec/elasticsearch/api/utils_spec.rb +16 -3
- data/spec/spec_helper.rb +16 -14
- data/test/integration/yaml_test_runner.rb +84 -42
- data/test/test_helper.rb +86 -14
- data/utils/Gemfile +17 -0
- data/utils/Thorfile +17 -0
- data/utils/thor/generate_api.rb +16 -3
- data/utils/thor/generate_source.rb +22 -6
- data/utils/thor/lister.rb +16 -3
- data/utils/thor/templates/ruby/method.erb +22 -7
- data/utils/thor/templates/ruby/test.erb +17 -0
- data/utils/thor/templates/ruby/test_helper.rb +16 -4
- metadata +56 -122
- data/lib/elasticsearch/api/actions/count_percolate.rb +0 -86
- data/lib/elasticsearch/api/actions/delete_template.rb +0 -25
- data/lib/elasticsearch/api/actions/field_stats.rb +0 -40
- data/lib/elasticsearch/api/actions/get_template.rb +0 -31
- data/lib/elasticsearch/api/actions/indices/delete_mapping.rb +0 -30
- data/lib/elasticsearch/api/actions/indices/delete_warmer.rb +0 -36
- data/lib/elasticsearch/api/actions/indices/get_aliases.rb +0 -41
- data/lib/elasticsearch/api/actions/indices/get_warmer.rb +0 -66
- data/lib/elasticsearch/api/actions/indices/optimize.rb +0 -81
- data/lib/elasticsearch/api/actions/indices/put_warmer.rb +0 -69
- data/lib/elasticsearch/api/actions/indices/seal.rb +0 -28
- data/lib/elasticsearch/api/actions/indices/snapshot_index.rb +0 -48
- data/lib/elasticsearch/api/actions/indices/status.rb +0 -67
- data/lib/elasticsearch/api/actions/list_benchmarks.rb +0 -31
- data/lib/elasticsearch/api/actions/mlt.rb +0 -134
- data/lib/elasticsearch/api/actions/mpercolate.rb +0 -66
- data/lib/elasticsearch/api/actions/percolate.rb +0 -77
- data/lib/elasticsearch/api/actions/put_template.rb +0 -29
- data/lib/elasticsearch/api/actions/search_exists.rb +0 -67
- data/lib/elasticsearch/api/actions/suggest.rb +0 -53
- data/spec/elasticsearch/api/actions/count_percolate_spec.rb +0 -21
- data/spec/elasticsearch/api/actions/delete_template_spec.rb +0 -21
- data/spec/elasticsearch/api/actions/field_stats_spec.rb +0 -21
- data/spec/elasticsearch/api/actions/get_template_spec.rb +0 -56
- data/spec/elasticsearch/api/actions/indices/delete_mapping_spec.rb +0 -81
- data/spec/elasticsearch/api/actions/indices/delete_warmer_spec.rb +0 -90
- data/spec/elasticsearch/api/actions/indices/get_aliases_spec.rb +0 -59
- data/spec/elasticsearch/api/actions/indices/get_template_spec.rb +0 -63
- data/spec/elasticsearch/api/actions/indices/get_warmer_spec.rb +0 -52
- data/spec/elasticsearch/api/actions/indices/optimize_spec.rb +0 -67
- data/spec/elasticsearch/api/actions/indices/put_warmer_spec.rb +0 -105
- data/spec/elasticsearch/api/actions/indices/seal_spec.rb +0 -22
- data/spec/elasticsearch/api/actions/indices/snapshot_index_spec.rb +0 -93
- data/spec/elasticsearch/api/actions/indices/status_spec.rb +0 -96
- data/spec/elasticsearch/api/actions/list_benchmarks_spec.rb +0 -21
- data/spec/elasticsearch/api/actions/mlt_spec.rb +0 -134
- data/spec/elasticsearch/api/actions/mpercolate_spec.rb +0 -53
- data/spec/elasticsearch/api/actions/put_template_spec.rb +0 -21
- data/spec/elasticsearch/api/actions/rank_eval_spec.rb +0 -113
- data/spec/elasticsearch/api/actions/search_exists_spec.rb +0 -67
- data/spec/elasticsearch/api/actions/suggest_spec.rb +0 -81
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
|
3
|
+
# this work for additional information regarding copyright
|
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
|
6
|
+
# not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
4
17
|
|
|
5
18
|
module Elasticsearch
|
|
6
19
|
module API
|
|
@@ -13,13 +26,12 @@ module Elasticsearch
|
|
|
13
26
|
# # => { "fields" => "t"=>{"text"=>{"type"=>"text", "searchable"=>true, "aggregatable"=>false}} ...
|
|
14
27
|
#
|
|
15
28
|
# @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
|
|
16
|
-
# @option arguments [Hash] :body Field json objects containing an array of field names
|
|
17
29
|
# @option arguments [List] :fields A comma-separated list of field names
|
|
18
30
|
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
|
19
31
|
# @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)
|
|
20
32
|
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
|
|
21
33
|
#
|
|
22
|
-
# @see http://www.elastic.co/guide/en/elasticsearch/reference/
|
|
34
|
+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html
|
|
23
35
|
#
|
|
24
36
|
def field_caps(arguments={})
|
|
25
37
|
raise ArgumentError, "Required argument 'fields' missing" unless arguments[:fields]
|
|
@@ -33,7 +45,7 @@ module Elasticsearch
|
|
|
33
45
|
|
|
34
46
|
# Register this action with its valid params when the module is loaded.
|
|
35
47
|
#
|
|
36
|
-
# @since 6.
|
|
48
|
+
# @since 6.1.1
|
|
37
49
|
ParamsRegistry.register(:field_caps, [
|
|
38
50
|
:fields,
|
|
39
51
|
:ignore_unavailable,
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
|
3
|
+
# this work for additional information regarding copyright
|
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
|
6
|
+
# not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
4
17
|
|
|
5
18
|
module Elasticsearch
|
|
6
19
|
module API
|
|
@@ -16,7 +29,7 @@ module Elasticsearch
|
|
|
16
29
|
#
|
|
17
30
|
# @option arguments [String] :id The document ID (*Required*)
|
|
18
31
|
# @option arguments [String] :index The name of the index (*Required*)
|
|
19
|
-
# @option arguments [String] :type The type of the document (use `_all` to fetch the first document matching the ID across all types)
|
|
32
|
+
# @option arguments [String] :type The type of the document (use `_all` to fetch the first document matching the ID across all types)
|
|
20
33
|
# @option arguments [List] :stored_fields A comma-separated list of stored fields to return in the response
|
|
21
34
|
# @option arguments [String] :parent The ID of the parent document
|
|
22
35
|
# @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random)
|
|
@@ -36,7 +49,8 @@ module Elasticsearch
|
|
|
36
49
|
def get(arguments={})
|
|
37
50
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
|
38
51
|
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
|
|
39
|
-
arguments[:type] ||=
|
|
52
|
+
arguments[:type] ||= DEFAULT_DOC
|
|
53
|
+
|
|
40
54
|
method = HTTP_GET
|
|
41
55
|
path = Utils.__pathify Utils.__escape(arguments[:index]),
|
|
42
56
|
Utils.__escape(arguments[:type]),
|
|
@@ -56,7 +70,7 @@ module Elasticsearch
|
|
|
56
70
|
|
|
57
71
|
# Register this action with its valid params when the module is loaded.
|
|
58
72
|
#
|
|
59
|
-
# @since 6.
|
|
73
|
+
# @since 6.1.1
|
|
60
74
|
ParamsRegistry.register(:get, [
|
|
61
75
|
:stored_fields,
|
|
62
76
|
:parent,
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
|
3
|
+
# this work for additional information regarding copyright
|
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
|
6
|
+
# not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
4
17
|
|
|
5
18
|
module Elasticsearch
|
|
6
19
|
module API
|
|
@@ -9,15 +22,15 @@ module Elasticsearch
|
|
|
9
22
|
# Retrieve an indexed script from Elasticsearch
|
|
10
23
|
#
|
|
11
24
|
# @option arguments [String] :id Script ID (*Required*)
|
|
12
|
-
# @option arguments [
|
|
25
|
+
# @option arguments [String] :lang Script language
|
|
13
26
|
#
|
|
14
|
-
# @see http://www.
|
|
27
|
+
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-scripting.html#_indexed_scripts
|
|
15
28
|
#
|
|
16
29
|
def get_script(arguments={})
|
|
17
30
|
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
|
|
18
|
-
method = HTTP_GET
|
|
19
|
-
path = "_scripts/#{arguments
|
|
20
|
-
params =
|
|
31
|
+
method = Elasticsearch::API::HTTP_GET
|
|
32
|
+
path = "_scripts/#{arguments[:id]}"
|
|
33
|
+
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
21
34
|
body = nil
|
|
22
35
|
|
|
23
36
|
perform_request(method, path, params, body).body
|
|
@@ -26,7 +39,7 @@ module Elasticsearch
|
|
|
26
39
|
|
|
27
40
|
# Register this action with its valid params when the module is loaded.
|
|
28
41
|
#
|
|
29
|
-
# @since 6.
|
|
42
|
+
# @since 6.1.1
|
|
30
43
|
ParamsRegistry.register(:get_script, [
|
|
31
44
|
:master_timeout ].freeze)
|
|
32
45
|
end
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
|
3
|
+
# this work for additional information regarding copyright
|
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
|
6
|
+
# not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
4
17
|
|
|
5
18
|
module Elasticsearch
|
|
6
19
|
module API
|
|
@@ -16,7 +29,7 @@ module Elasticsearch
|
|
|
16
29
|
#
|
|
17
30
|
# @option arguments [String] :id The document ID (*Required*)
|
|
18
31
|
# @option arguments [String] :index The name of the index (*Required*)
|
|
19
|
-
# @option arguments [String] :type The type of the document;
|
|
32
|
+
# @option arguments [String] :type The type of the document; deprecated and optional starting with 7.0
|
|
20
33
|
# @option arguments [String] :parent The ID of the parent document
|
|
21
34
|
# @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random)
|
|
22
35
|
# @option arguments [Boolean] :realtime Specify whether to perform the operation in realtime or search mode
|
|
@@ -35,12 +48,21 @@ module Elasticsearch
|
|
|
35
48
|
def get_source(arguments={})
|
|
36
49
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
|
37
50
|
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
|
|
38
|
-
arguments[:type] ||=
|
|
51
|
+
arguments[:type] ||= DEFAULT_DOC
|
|
52
|
+
|
|
39
53
|
method = HTTP_GET
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
54
|
+
|
|
55
|
+
if arguments[:type]
|
|
56
|
+
path = Utils.__pathify Utils.__escape(arguments[:index]),
|
|
57
|
+
Utils.__escape(arguments[:type]),
|
|
58
|
+
Utils.__escape(arguments[:id]),
|
|
59
|
+
'_source'
|
|
60
|
+
else
|
|
61
|
+
path = Utils.__pathify Utils.__escape(arguments[:index]),
|
|
62
|
+
'_source',
|
|
63
|
+
Utils.__escape(arguments[:id])
|
|
64
|
+
end
|
|
65
|
+
|
|
44
66
|
|
|
45
67
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
46
68
|
body = nil
|
|
@@ -54,7 +76,7 @@ module Elasticsearch
|
|
|
54
76
|
|
|
55
77
|
# Register this action with its valid params when the module is loaded.
|
|
56
78
|
#
|
|
57
|
-
# @since 6.
|
|
79
|
+
# @since 6.1.1
|
|
58
80
|
ParamsRegistry.register(:get_source, [
|
|
59
81
|
:parent,
|
|
60
82
|
:preference,
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
|
3
|
+
# this work for additional information regarding copyright
|
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
|
6
|
+
# not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
4
17
|
|
|
5
18
|
module Elasticsearch
|
|
6
19
|
module API
|
|
@@ -44,7 +57,7 @@ module Elasticsearch
|
|
|
44
57
|
# client.cluster.put_settings body: { transient: { 'indices.ttl.interval' => '1s' } }
|
|
45
58
|
#
|
|
46
59
|
# # Enable the `_ttl` property for all types within the index
|
|
47
|
-
# client.indices.create index: 'myindex', body: { mappings: {
|
|
60
|
+
# client.indices.create index: 'myindex', body: { mappings: { properties: { _ttl: { enabled: true } } } }
|
|
48
61
|
#
|
|
49
62
|
# client.index index: 'myindex', type: 'mytype', id: '1', body: { title: 'TEST' }, ttl: '5s'
|
|
50
63
|
#
|
|
@@ -54,27 +67,30 @@ module Elasticsearch
|
|
|
54
67
|
# sleep 3 and client.get index: 'myindex', type: 'mytype', id: '1'
|
|
55
68
|
# # => Elasticsearch::Transport::Transport::Errors::NotFound: [404] ...
|
|
56
69
|
#
|
|
57
|
-
# @option arguments [String] :id Document ID
|
|
70
|
+
# @option arguments [String] :id Document ID (optional, will be auto-generated if missing)
|
|
58
71
|
# @option arguments [String] :index The name of the index (*Required*)
|
|
59
72
|
# @option arguments [String] :type The type of the document (*Required*)
|
|
60
|
-
# @option arguments [Hash] :body The document
|
|
61
|
-
# @option arguments [String] :
|
|
73
|
+
# @option arguments [Hash] :body The document
|
|
74
|
+
# @option arguments [String] :consistency Explicit write consistency setting for the operation
|
|
75
|
+
# (options: one, quorum, all)
|
|
76
|
+
# @option arguments [Boolean] :include_type_name Whether a type should be expected in the body of the mappings.
|
|
62
77
|
# @option arguments [String] :op_type Explicit operation type (options: index, create)
|
|
63
78
|
# @option arguments [String] :parent ID of the parent document
|
|
64
|
-
# @option arguments [String] :
|
|
79
|
+
# @option arguments [String] :percolate Percolator queries to execute while indexing the document
|
|
80
|
+
# @option arguments [Boolean] :refresh Refresh the index after performing the operation
|
|
81
|
+
# @option arguments [String] :replication Specific replication type (options: sync, async)
|
|
65
82
|
# @option arguments [String] :routing Specific routing value
|
|
66
83
|
# @option arguments [Time] :timeout Explicit operation timeout
|
|
84
|
+
# @option arguments [Time] :timestamp Explicit timestamp for the document
|
|
85
|
+
# @option arguments [Duration] :ttl Expiration time for the document
|
|
67
86
|
# @option arguments [Number] :version Explicit version number for concurrency control
|
|
68
87
|
# @option arguments [String] :version_type Specific version type (options: internal, external, external_gte, force)
|
|
69
|
-
# @option arguments [Number] :if_seq_no only perform the index operation if the last operation that has changed the document has the specified sequence number
|
|
70
|
-
# @option arguments [Number] :if_primary_term only perform the index operation if the last operation that has changed the document has the specified primary term
|
|
71
|
-
# @option arguments [String] :pipeline The pipeline id to preprocess incoming documents with
|
|
72
88
|
#
|
|
73
89
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html
|
|
74
90
|
#
|
|
75
91
|
def index(arguments={})
|
|
76
92
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
|
77
|
-
|
|
93
|
+
arguments[:type] ||= DEFAULT_DOC
|
|
78
94
|
method = arguments[:id] ? HTTP_PUT : HTTP_POST
|
|
79
95
|
path = Utils.__pathify Utils.__escape(arguments[:index]),
|
|
80
96
|
Utils.__escape(arguments[:type]),
|
|
@@ -82,25 +98,29 @@ module Elasticsearch
|
|
|
82
98
|
|
|
83
99
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
84
100
|
body = arguments[:body]
|
|
85
|
-
|
|
86
101
|
perform_request(method, path, params, body).body
|
|
87
102
|
end
|
|
88
103
|
|
|
89
104
|
# Register this action with its valid params when the module is loaded.
|
|
90
105
|
#
|
|
91
|
-
# @since 6.
|
|
106
|
+
# @since 6.1.1
|
|
92
107
|
ParamsRegistry.register(:index, [
|
|
93
|
-
:
|
|
108
|
+
:consistency,
|
|
109
|
+
:include_type_name,
|
|
94
110
|
:op_type,
|
|
95
111
|
:parent,
|
|
112
|
+
:percolate,
|
|
113
|
+
:pipeline,
|
|
96
114
|
:refresh,
|
|
115
|
+
:replication,
|
|
97
116
|
:routing,
|
|
98
117
|
:timeout,
|
|
118
|
+
:timestamp,
|
|
119
|
+
:ttl,
|
|
99
120
|
:version,
|
|
100
121
|
:version_type,
|
|
101
122
|
:if_seq_no,
|
|
102
|
-
:if_primary_term
|
|
103
|
-
:pipeline ].freeze)
|
|
123
|
+
:if_primary_term ].freeze)
|
|
104
124
|
end
|
|
105
125
|
end
|
|
106
126
|
end
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
|
3
|
+
# this work for additional information regarding copyright
|
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
|
6
|
+
# not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
4
17
|
|
|
5
18
|
module Elasticsearch
|
|
6
19
|
module API
|
|
@@ -32,7 +45,21 @@ module Elasticsearch
|
|
|
32
45
|
# char_filter: ['html_strip'] }
|
|
33
46
|
#
|
|
34
47
|
# @option arguments [String] :index The name of the index to scope the operation
|
|
35
|
-
# @option arguments [
|
|
48
|
+
# @option arguments [String] :body The text on which the analysis should be performed
|
|
49
|
+
# @option arguments [String] :analyzer The name of the analyzer to use
|
|
50
|
+
# @option arguments [String] :field Use the analyzer configured for this field
|
|
51
|
+
# (instead of passing the analyzer name)
|
|
52
|
+
# @option arguments [List] :filters A comma-separated list of token filters to use for the analysis.
|
|
53
|
+
# (Also available as the `:token_filters` option)
|
|
54
|
+
# @option arguments [List] :char_filters A comma-separated list of char filters to use for the analysis
|
|
55
|
+
# @option arguments [Boolean] :explain Whether to output further details (default: false)
|
|
56
|
+
# @option arguments [List] :attributes A comma-separated list of token attributes to output (use with `:explain`)
|
|
57
|
+
# @option arguments [String] :index The name of the index to scope the operation
|
|
58
|
+
# @option arguments [Boolean] :prefer_local With `true`, specify that a local shard should be used if available,
|
|
59
|
+
# with `false`, use a random shard (default: true)
|
|
60
|
+
# @option arguments [String] :text The text on which the analysis should be performed
|
|
61
|
+
# (when request body is not used)
|
|
62
|
+
# @option arguments [String] :tokenizer The name of the tokenizer to use for the analysis
|
|
36
63
|
#
|
|
37
64
|
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-analyze/
|
|
38
65
|
#
|
|
@@ -48,10 +75,9 @@ module Elasticsearch
|
|
|
48
75
|
perform_request(method, path, params, body).body
|
|
49
76
|
end
|
|
50
77
|
|
|
51
|
-
# Register this action with its valid params when the module is loaded.
|
|
52
78
|
# Register this action with its valid params when the module is loaded.
|
|
53
79
|
#
|
|
54
|
-
# @since 6.
|
|
80
|
+
# @since 6.1.1
|
|
55
81
|
ParamsRegistry.register(:analyze, [
|
|
56
82
|
:index ].freeze)
|
|
57
83
|
end
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
|
3
|
+
# this work for additional information regarding copyright
|
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
|
6
|
+
# not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
4
17
|
|
|
5
18
|
module Elasticsearch
|
|
6
19
|
module API
|
|
@@ -27,14 +40,15 @@ module Elasticsearch
|
|
|
27
40
|
# client.indices.clear_cache field_data: true, fields: 'created_at', filter_cache: false, id_cache: false
|
|
28
41
|
#
|
|
29
42
|
# @option arguments [List] :index A comma-separated list of index name to limit the operation
|
|
30
|
-
# @option arguments [Boolean] :field_data Clear field data
|
|
43
|
+
# @option arguments [Boolean] :field_data Clear field data
|
|
31
44
|
# @option arguments [Boolean] :fielddata Clear field data
|
|
32
|
-
# @option arguments [List] :fields A comma-separated list of fields to clear when using the `
|
|
45
|
+
# @option arguments [List] :fields A comma-separated list of fields to clear when using the `field_data` parameter (default: all)
|
|
33
46
|
# @option arguments [Boolean] :query Clear query caches
|
|
34
47
|
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
|
35
48
|
# @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)
|
|
36
49
|
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
|
|
37
50
|
# @option arguments [List] :index A comma-separated list of index name to limit the operation
|
|
51
|
+
# @option arguments [Boolean] :recycler Clear the recycler cache
|
|
38
52
|
# @option arguments [Boolean] :request_cache Clear request cache
|
|
39
53
|
# @option arguments [Boolean] :request Clear request cache
|
|
40
54
|
#
|
|
@@ -54,9 +68,8 @@ module Elasticsearch
|
|
|
54
68
|
|
|
55
69
|
# Register this action with its valid params when the module is loaded.
|
|
56
70
|
#
|
|
57
|
-
# @since 6.
|
|
71
|
+
# @since 6.1.1
|
|
58
72
|
ParamsRegistry.register(:clear_cache, [
|
|
59
|
-
:field_data,
|
|
60
73
|
:fielddata,
|
|
61
74
|
:fields,
|
|
62
75
|
:query,
|
|
@@ -64,7 +77,6 @@ module Elasticsearch
|
|
|
64
77
|
:allow_no_indices,
|
|
65
78
|
:expand_wildcards,
|
|
66
79
|
:index,
|
|
67
|
-
:request_cache,
|
|
68
80
|
:request ].freeze)
|
|
69
81
|
end
|
|
70
82
|
end
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
|
3
|
+
# this work for additional information regarding copyright
|
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
|
6
|
+
# not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
4
17
|
|
|
5
18
|
module Elasticsearch
|
|
6
19
|
module API
|
|
@@ -15,14 +28,20 @@ module Elasticsearch
|
|
|
15
28
|
#
|
|
16
29
|
# client.indices.close index: 'myindex'
|
|
17
30
|
#
|
|
18
|
-
# @option arguments [List] :index A comma separated list of indices to
|
|
31
|
+
# @option arguments [List] :index A comma separated list of indices to perform the operation on
|
|
32
|
+
# (*Required*)
|
|
33
|
+
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into
|
|
34
|
+
# no concrete indices. (This includes `_all` string or when no
|
|
35
|
+
# indices have been specified)
|
|
36
|
+
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that
|
|
37
|
+
# are open, closed or both. (options: open, closed)
|
|
38
|
+
# @option arguments [String] :ignore_indices When performed on multiple indices, allows to ignore
|
|
39
|
+
# `missing` ones (options: none, missing) @until 1.0
|
|
40
|
+
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when
|
|
41
|
+
# unavailable (missing, closed, etc)
|
|
19
42
|
# @option arguments [Time] :timeout Explicit operation timeout
|
|
20
|
-
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
|
21
|
-
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
|
22
|
-
# @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)
|
|
23
|
-
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
|
|
24
43
|
#
|
|
25
|
-
# @see http://www.
|
|
44
|
+
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-open-close/
|
|
26
45
|
#
|
|
27
46
|
def close(arguments={})
|
|
28
47
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
|
@@ -37,13 +56,14 @@ module Elasticsearch
|
|
|
37
56
|
|
|
38
57
|
# Register this action with its valid params when the module is loaded.
|
|
39
58
|
#
|
|
40
|
-
# @since 6.
|
|
59
|
+
# @since 6.1.1
|
|
41
60
|
ParamsRegistry.register(:close, [
|
|
42
61
|
:timeout,
|
|
43
62
|
:master_timeout,
|
|
44
63
|
:ignore_unavailable,
|
|
45
64
|
:allow_no_indices,
|
|
46
|
-
:expand_wildcards
|
|
65
|
+
:expand_wildcards,
|
|
66
|
+
:wait_for_active_shards ].freeze)
|
|
47
67
|
end
|
|
48
68
|
end
|
|
49
69
|
end
|