Browse Source

Docs: synthetic source doesn't dedupe numbers (#89355)

The docs for synthetic `_source` incorrectly claimed that synthetic
`_source` deduplicates numbers. It doesn't. The example below the prose
shows it *not* removing duplicates.
Nik Everett 3 years ago
parent
commit
2569d1f08d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/numeric.asciidoc

+ 1 - 1
docs/reference/mapping/types/numeric.asciidoc

@@ -237,7 +237,7 @@ All numeric fields except `unsigned_long` support <<synthetic-source,synthetic
 together with <<ignore-malformed,`ignore_malformed`>>, <<copy-to,`copy_to`>>, or
 with <<doc-values,`doc_values`>> disabled.
 
-Synthetic source always sorts numeric fields and removes duplicates. For example:
+Synthetic source always sorts numeric fields. For example:
 [source,console,id=synthetic-source-numeric-example]
 ----
 PUT idx