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