This commit is contained in:
Shane Connelly 2015-09-11 07:34:14 -07:00
parent 5e385d5bf2
commit d86c1e8769
1 changed files with 5 additions and 4 deletions

View File

@ -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