diff --git a/docs/reference/mapping/types/core-types.asciidoc b/docs/reference/mapping/types/core-types.asciidoc index 96a7d6ee82f..219f4fc1fec 100644 --- a/docs/reference/mapping/types/core-types.asciidoc +++ b/docs/reference/mapping/types/core-types.asciidoc @@ -99,7 +99,7 @@ searchable at all (as an individual field; it may still be included in `analyzed`. |`doc_values` |Set to `true` to store field values in a column-stride fashion. -Automatically set to `true` when the fielddata format is `doc_values`. +Automatically set to `true` when the <> is `doc_values`. |`term_vector` |Possible values are `no`, `yes`, `with_offsets`, `with_positions`, `with_positions_offsets`. Defaults to `no`.