Browse Source

Docs: Linked to fielddata formats from core types

Closes #6489
Clinton Gormley 11 years ago
parent
commit
eb6c9fe111
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/core-types.asciidoc

+ 1 - 1
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 <<fielddata-formats,`fielddata` format>> is `doc_values`.
 
 |`term_vector` |Possible values are `no`, `yes`, `with_offsets`,
 `with_positions`, `with_positions_offsets`. Defaults to `no`.