Fixes #13417
This commit is contained in:
parent
5e385d5bf2
commit
d86c1e8769
|
@ -15,12 +15,13 @@ within the index. For this reason, it can be disabled as follows:
|
|||
--------------------------------------------------
|
||||
PUT tweets
|
||||
{
|
||||
"mappings": {},
|
||||
"mappings": {
|
||||
"tweet": {
|
||||
"_source": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
// AUTOSENSE
|
||||
|
|
Loading…
Reference in New Issue