OpenSearch/docs/reference
Jason Tedor 50535423ff
Allow copying source settings on resize operation (#30255)
Today when an index is created from shrinking or splitting an existing
index, the target index inherits almost none of the source index
settings. This is surprising and a hassle for operators managing such
indices. Given this is the default behavior, we can not simply change
it. Instead, we start by introducing the ability to copy settings. This
flag can be set on the REST API or on the transport layer and it has the
behavior that it copies all settings from the source except non-copyable
settings (a property of a setting introduced in this
change). Additionally, settings on the request will always override.

This change is the first step in our adventure:
 - this flag is added here in 7.0.0 and immediately deprecated
 - this flag will be backported to 6.4.0 and remain deprecated
 - then, we will remove the ability to set this flag to false in 7.0.0
 - finally, in 8.0.0 we will remove this flag and the only behavior will
   be for settings to be copied
2018-05-01 08:48:19 -04:00
..
aggregations Document time unit limitations for date histograms (#30177) 2018-04-26 19:44:21 +02:00
analysis [DOCS] Add supported token filters 2018-02-13 14:10:25 -08:00
cat Rename the bulk thread pool to write thread pool (#29593) 2018-04-19 08:18:58 -04:00
cluster _cluster/state should always return cluster_uuid (#30143) 2018-04-30 10:16:11 -04:00
docs Docs: Document `failures` on reindex and friends 2018-04-27 10:07:38 -04:00
how-to Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
images Docs/windows installer (#27369) 2017-11-15 21:35:54 +11:00
index-modules [DOCS] Added 'on a single shard' to description of max_thread_count. Closes 28518 (#29686) 2018-04-27 09:29:27 -07:00
indices Allow copying source settings on resize operation (#30255) 2018-05-01 08:48:19 -04:00
ingest Fix missing comma in ingest-node.asciidoc (#29343) 2018-04-03 11:33:44 +01:00
mapping Remove reference to `not_analyzed`. 2018-04-25 15:00:53 +02:00
migration Allow copying source settings on resize operation (#30255) 2018-05-01 08:48:19 -04:00
modules Improve docs for disk watermarks (#30249) 2018-04-30 17:31:11 +01:00
query-dsl Add support to match_phrase query for zero_terms_query. (#29598) 2018-04-19 11:25:27 -07:00
release-notes CCS: Drop http address from remote cluster info (#29568) 2018-04-27 14:19:00 -04:00
search In the field capabilities API, remove support for providing fields in the request body. (#30185) 2018-04-27 16:14:11 -07:00
setup Add distribution type to startup scripts 2018-04-20 15:34:01 -07:00
testing [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
upgrade [DOCS] Add X-Pack upgrade details (#29038) 2018-03-15 11:40:20 -07:00
aggregations.asciidoc [Docs] Update aggregations.asciidoc (#29265) 2018-03-28 15:01:45 +02:00
analysis.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
api-conventions.asciidoc Fix incorrect datemath example (#28904) 2018-03-06 15:46:21 +01:00
cat.asciidoc Rename the bulk thread pool to write thread pool (#29593) 2018-04-19 08:18:58 -04:00
cluster.asciidoc [docs] include two cluster doc pages missing from index (#25180) 2017-06-12 12:33:56 -07:00
docs.asciidoc Inclusion of link to Multi Delete (#22619) 2017-01-16 12:58:59 +01:00
getting-started.asciidoc [Docs] Update getting-started.asciidoc (#29294) 2018-04-03 14:57:42 +02:00
glossary.asciidoc [Docs] Add definitions to glossary (#29127) 2018-04-16 10:49:54 +02:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-modules.asciidoc Reinstate missing documentation (#28781) 2018-04-26 11:42:23 +01:00
index-shared1.asciidoc [DOCS] Added link to upgrade guide and bumped the upgrade topic up to the top level (#27621) 2017-12-05 10:58:52 -08:00
index-shared2.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared3.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared4.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared5.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index.x.asciidoc Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00
indices.asciidoc add split index reference in indices.asciidoc 2017-11-06 12:55:41 +01:00
ingest.asciidoc [Docs] Changes to ingest.asciidoc (#28212) 2018-01-16 09:36:19 +01:00
mapping.asciidoc Limit the number of nested documents (#27405) 2017-11-22 10:16:28 -05:00
modules.asciidoc Remove left-over tribe reference 2018-01-30 21:44:21 +01:00
query-dsl.asciidoc Update query-dsl.asciidoc (#27669) 2017-12-11 18:06:08 +01:00
redirects.asciidoc Painless Spec Documentation Clean Up (#29441) 2018-04-17 12:16:08 -07:00
release-notes.asciidoc Migrate migration docs from 6.0 to 7.0 (#26227) 2017-08-16 13:12:44 -06:00
search.asciidoc Move search concurrency and parallelism paragraphs 2018-02-26 07:47:57 -08:00
setup.asciidoc Clarify using supported LTS versions of the Java 2017-12-14 07:47:50 -05:00
testing.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
upgrade.asciidoc [DOCS] Removed prerelease footnote from upgrade table. 2018-03-16 10:33:10 -07:00