elasticsearch/docs/reference/mapping
Julie Tibshirani 8449eff026
Clarify _doc is a permanent part of certain document APIs. (#41727)
We received some feedback that it is not completely clear why `_doc` is present
in the typeless document APIs:

> The new index APIs are PUT {index}/_doc/{id} in case of explicit ids and POST
{index}/_doc for auto-generated ids."_ Isn't this contradicting? Specifying
*types in requests is deprecated*, but we are supposed to still mention *_doc*
in write requests?

This PR updates the 'removal of types' documentation to try to clarify that
`_doc` now represents the endpoint name, as opposed to a type.
2019-05-06 10:38:54 -07:00
..
dynamic
fields
params [DOCS] Escape commas in deprecated[] for Asciidoctor migration (#41598) 2019-04-30 15:50:52 -04:00
types
dynamic-mapping.asciidoc
fields.asciidoc
params.asciidoc
removal_of_types.asciidoc Clarify _doc is a permanent part of certain document APIs. (#41727) 2019-05-06 10:38:54 -07:00
types.asciidoc