Docs: Linked to fielddata formats from core types

Closes #6489
This commit is contained in:
Clinton Gormley 2014-06-13 12:58:03 +02:00
parent 99549cab00
commit eb6c9fe111
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ searchable at all (as an individual field; it may still be included in
`analyzed`. `analyzed`.
|`doc_values` |Set to `true` to store field values in a column-stride fashion. |`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`, |`term_vector` |Possible values are `no`, `yes`, `with_offsets`,
`with_positions`, `with_positions_offsets`. Defaults to `no`. `with_positions`, `with_positions_offsets`. Defaults to `no`.