瀏覽代碼

Docs: Add documentation for the `doc_values` setting on the `boolean` field type.

Close #10431
Adrien Grand 10 年之前
父節點
當前提交
6e076efdb9
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/reference/mapping/types/core-types.asciidoc

+ 3 - 0
docs/reference/mapping/types/core-types.asciidoc

@@ -426,6 +426,9 @@ and it can be retrieved from it).
 in `_source`, have `include_in_all` enabled, or `store` be set to
 `true` for this to be useful.
 
+|`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`.
+
 |`boost` |The boost value. Defaults to `1.0`.
 
 |`null_value` |When there is a (JSON) null value for the field, use the