diff --git a/docs/reference/mapping/types/date_nanos.asciidoc b/docs/reference/mapping/types/date_nanos.asciidoc index 1a3b390b1690c..3799426c6881b 100644 --- a/docs/reference/mapping/types/date_nanos.asciidoc +++ b/docs/reference/mapping/types/date_nanos.asciidoc @@ -152,8 +152,7 @@ of official GA features. `date_nanos` fields support <> in their default configuration. Synthetic `_source` cannot be used together with -<>, <> set to true -or with <> disabled. +<> or with <> disabled. Synthetic source always sorts `date_nanos` fields. For example: [source,console,id=synthetic-source-date-nanos-example] diff --git a/docs/reference/mapping/types/keyword.asciidoc b/docs/reference/mapping/types/keyword.asciidoc index 59d307c4df0ad..7f5ba1b20481f 100644 --- a/docs/reference/mapping/types/keyword.asciidoc +++ b/docs/reference/mapping/types/keyword.asciidoc @@ -181,7 +181,7 @@ of official GA features. `keyword` fields support <> in their default configuration. Synthetic `_source` cannot be used together with -a <> or <>. +<>. By default, synthetic source sorts `keyword` fields and removes duplicates. For example: