elasticsearch/docs/java-rest/high-level/indices
Yannick Welsch 76fcc81275
Add Clone Index API (#44267)
Adds an API to clone an index. This is similar to the index split and shrink APIs, just with the
difference that the number of primary shards is kept the same. In case where the filesystem
provides hard-linking capabilities, this is a very cheap operation.

Indexing cloning can be done by running `POST my_source_index/_clone/my_target_index` and it
supports the same options as the split and shrink APIs.

Closes #44128
2019-07-25 20:17:51 +02:00
..
analyze.asciidoc
clear_cache.asciidoc
clone_index.asciidoc Add Clone Index API (#44267) 2019-07-25 20:17:51 +02:00
close_index.asciidoc Add CloseIndexResponse to HLRC (#44349) 2019-07-24 09:54:57 +02:00
create_index.asciidoc
delete_index.asciidoc
delete_template.asciidoc
exists_alias.asciidoc
flush.asciidoc
flush_synced.asciidoc
force_merge.asciidoc
freeze_index.asciidoc
get_alias.asciidoc
get_field_mappings.asciidoc
get_index.asciidoc
get_mappings.asciidoc
get_settings.asciidoc
get_templates.asciidoc
indices_exists.asciidoc
open_index.asciidoc
put_mapping.asciidoc
put_settings.asciidoc
put_template.asciidoc
refresh.asciidoc
reload_analyzers.asciidoc
rollover.asciidoc
shrink_index.asciidoc
split_index.asciidoc
templates_exist.asciidoc
unfreeze_index.asciidoc
update_aliases.asciidoc
validate_query.asciidoc