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 Create client-only AnalyzeRequest/AnalyzeResponse classes (#42197) 2019-06-03 09:16:54 +01:00
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 Remove outdated callouts from the 'create index' HLRC docs 2019-01-24 14:08:58 -08:00
delete_index.asciidoc
delete_template.asciidoc HLRC: Add delete template API (#36320) 2018-12-07 10:46:03 -05:00
exists_alias.asciidoc
flush.asciidoc
flush_synced.asciidoc
force_merge.asciidoc
freeze_index.asciidoc Add high-level REST client API for `_freeze` and `_unfreeze` (#35723) 2018-11-28 15:42:12 +01:00
get_alias.asciidoc
get_field_mappings.asciidoc Deprecate types in get field mapping API (#37667) 2019-01-23 14:24:35 -05:00
get_index.asciidoc
get_mappings.asciidoc Support both typed and typeless 'get mapping' requests in the HLRC. (#37796) 2019-01-27 16:02:22 -08:00
get_settings.asciidoc
get_templates.asciidoc
indices_exists.asciidoc
open_index.asciidoc
put_mapping.asciidoc Deprecate types in the put mapping API. (#37280) 2019-01-18 12:28:31 -08:00
put_settings.asciidoc
put_template.asciidoc Types removal - deprecate include_type_name with index templates (#37484) 2019-01-29 20:52:41 +00:00
refresh.asciidoc
reload_analyzers.asciidoc Add _reload_search_analyzers endpoint to HLRC (#43733) 2019-07-03 11:27:37 +02:00
rollover.asciidoc Deprecate types in rollover index API (#38039) 2019-02-04 16:07:45 -05:00
shrink_index.asciidoc
split_index.asciidoc
templates_exist.asciidoc [hlrc] add index templates exist API (#36132) 2018-12-10 08:11:57 -08:00
unfreeze_index.asciidoc [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
update_aliases.asciidoc
validate_query.asciidoc