elasticsearch/docs/reference/mapping
Nik Everett 104f4e9fb5
Synthetic _source: support version field type (#89706)
This adds support for synthetic _source to the `version` field type. It
works very similarly to `keyword` but with an extra decode step.

I modified the decoder to return a `BytesRef` instead of a `String`
because many of the callers seemed to be converting that string directly
into bytes again. Synthetic source would have wanted to do that. As was
the query infrastructure.
2022-08-30 09:39:50 -04:00
..
dynamic
fields Synthetic _source: support version field type (#89706) 2022-08-30 09:39:50 -04:00
params
types Synthetic _source: support version field type (#89706) 2022-08-30 09:39:50 -04:00
dynamic-mapping.asciidoc
explicit-mapping.asciidoc
fields.asciidoc
mapping-settings-limit.asciidoc
params.asciidoc
removal_of_types.asciidoc
runtime.asciidoc
types.asciidoc