Browse Source

[DOCS] Remove unneeded param from Mapper Size plugin example

James Rodewig 5 years ago
parent
commit
08c68c084c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/plugins/mapper-size.asciidoc

+ 1 - 2
docs/plugins/mapper-size.asciidoc

@@ -72,8 +72,7 @@ GET my_index/_search
   },
   "docvalue_fields": [
     {
-      "field": "_size",               <5>
-      "format": "use_field_mapping"
+      "field": "_size"                <5>
     }
   ]
 }