Skip to content

Commit 529ebea

Browse files
antoinewgChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Specify field types not supporting doc values (elastic#49041)
The `string` type (with option `analyzed`) has been replaced by `text` after `6.0`, also the `annonated_text` field do not support doc values and should be mentioned.
1 parent 6806081 commit 529ebea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/params/doc-values.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Doc values are the on-disk data structure, built at document index time, which
1515
makes this data access pattern possible. They store the same values as the
1616
`_source` but in a column-oriented fashion that is way more efficient for
1717
sorting and aggregations. Doc values are supported on almost all field types,
18-
with the __notable exception of `analyzed` string fields__.
18+
with the __notable exception of `text` and `annotated_text` fields__.
1919

2020
All fields which support doc values have them enabled by default. If you are
2121
sure that you don't need to sort or aggregate on a field, or access the field

0 commit comments

Comments
 (0)