Merge pull request #16499 from elastic/pmusa-patch-rm-source-disable

Remove _source 'disable' from the create-index documentation
This commit is contained in:
Clinton Gormley 2016-02-13 20:55:06 +01:00
parent a7aae4a78a
commit 40db0f9619
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ curl -XPOST localhost:9200/test -d '{
},
"mappings" : {
"type1" : {
"_source" : { "enabled" : false },
"properties" : {
"field1" : { "type" : "string", "index" : "not_analyzed" }
}