Document `doc_values` for field type `ip`

Closes #9809
This commit is contained in:
Clinton Gormley 2015-04-04 17:50:57 +02:00
parent c046398093
commit a95b11ca61
1 changed files with 4 additions and 0 deletions

View File

@ -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`.
|=======================================================================