We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fc23a commit f32051fCopy full SHA for f32051f
docs/reference/mapping/types/binary.asciidoc
@@ -68,8 +68,16 @@ Synthetic source may sort `binary` values in order of their byte representation.
68
----
69
PUT idx
70
{
71
+ "settings": {
72
+ "index": {
73
+ "mapping": {
74
+ "source": {
75
+ "mode": "synthetic"
76
+ }
77
78
79
+ },
80
"mappings": {
- "_source": { "mode": "synthetic" },
81
"properties": {
82
"binary": { "type": "binary", "doc_values": true }
83
}
0 commit comments