Forráskód Böngészése

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

Remove _source 'disable' from the create-index documentation
Clinton Gormley 9 éve
szülő
commit
40db0f9619
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      docs/reference/indices/create-index.asciidoc

+ 0 - 1
docs/reference/indices/create-index.asciidoc

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