[DOCS] Clarify routing enforcement in docs (#53945)
Removes a mention of the `_doc` mapping type that's no longer applicable now that mapping types are removed/deprecated.
This commit is contained in:
parent
5f45780577
commit
5ac8b795ba
|
@ -92,7 +92,7 @@ PUT my_index2/_doc/1 <2>
|
||||||
------------------------------
|
------------------------------
|
||||||
// TEST[catch:bad_request]
|
// TEST[catch:bad_request]
|
||||||
|
|
||||||
<1> Routing is required for `_doc` documents.
|
<1> Routing is required for all documents.
|
||||||
<2> This index request throws a `routing_missing_exception`.
|
<2> This index request throws a `routing_missing_exception`.
|
||||||
|
|
||||||
==== Unique IDs with custom routing
|
==== Unique IDs with custom routing
|
||||||
|
|
Loading…
Reference in New Issue