Merge pull request #13515 from elastic/docsfix
Fix for mappings->_source example in docs
This commit is contained in:
commit
b205875c43
|
@ -15,10 +15,11 @@ within the index. For this reason, it can be disabled as follows:
|
|||
--------------------------------------------------
|
||||
PUT tweets
|
||||
{
|
||||
"mappings": {},
|
||||
"tweet": {
|
||||
"_source": {
|
||||
"enabled": false
|
||||
"mappings": {
|
||||
"tweet": {
|
||||
"_source": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue