Browse Source

Document `doc_values` for field type `ip`

Closes #9809
Clinton Gormley 10 years ago
parent
commit
a95b11ca61
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/reference/mapping/types/ip-type.asciidoc

+ 4 - 0
docs/reference/mapping/types/ip-type.asciidoc

@@ -32,5 +32,9 @@ all.
 
 |`include_in_all` |Should the field be included in the `_all` field (if
 enabled). Defaults to `true` or to the parent `object` type setting.
+
+|`doc_values` |Set to `true` to store field values in a column-stride fashion.
+Automatically set to `true` when the <<fielddata-formats,`fielddata` format>> is `doc_values`.
+
 |=======================================================================