Fixes #13417
This commit is contained in:
parent
5e385d5bf2
commit
d86c1e8769
|
@ -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