Merge pull request #16499 from elastic/pmusa-patch-rm-source-disable
Remove _source 'disable' from the create-index documentation
This commit is contained in:
parent
a7aae4a78a
commit
40db0f9619
|
@ -77,7 +77,6 @@ curl -XPOST localhost:9200/test -d '{
|
|||
},
|
||||
"mappings" : {
|
||||
"type1" : {
|
||||
"_source" : { "enabled" : false },
|
||||
"properties" : {
|
||||
"field1" : { "type" : "string", "index" : "not_analyzed" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue