mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Make sure to use the type _doc in the REST documentation. (#34662)
* Replace custom type names with _doc in REST examples. * Avoid using two mapping types in the percolator docs. * Rename doc -> _doc in the main repository README. * Also replace some custom type names in the HLRC docs.
This commit is contained in:
parent
d981746142
commit
f854330e06
47 changed files with 165 additions and 201 deletions
|
@ -77,4 +77,4 @@ include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[get-mapping-respon
|
|||
--------------------------------------------------
|
||||
<1> Returning all indices' mappings
|
||||
<2> Retrieving the mappings for a particular index and type
|
||||
<3> Getting the mappings for the "tweet" as a Java Map
|
||||
<3> Getting the mappings as a Java Map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue