From eb6c9fe1119455f909d3f33fe1e40178c8d447d0 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 13 Jun 2014 12:58:03 +0200 Subject: [PATCH] Docs: Linked to fielddata formats from core types Closes #6489 --- docs/reference/mapping/types/core-types.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.