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,10 +15,11 @@ 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
}
} }
} }
} }