From a95b11ca6134c575b8f5fc41ea563f80610568cd Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sat, 4 Apr 2015 17:50:57 +0200 Subject: [PATCH] Document `doc_values` for field type `ip` Closes #9809 --- docs/reference/mapping/types/ip-type.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/mapping/types/ip-type.asciidoc b/docs/reference/mapping/types/ip-type.asciidoc index a3f2556eb1b..e2575344b6e 100644 --- a/docs/reference/mapping/types/ip-type.asciidoc +++ b/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 <> is `doc_values`. + |=======================================================================