elasticsearch/docs/reference/mapping/fields
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
..
doc-count-field.asciidoc
field-names-field.asciidoc
id-field.asciidoc
ignored-field.asciidoc [Docs] Clarify ignore_above behaviour (#79705) 2021-10-25 20:27:02 +02:00
index-field.asciidoc
meta-field.asciidoc
routing-field.asciidoc [DOCS] Custom routing for data streams 2021-11-10 07:11:50 -06:00
source-field.asciidoc Prepare synthetic source docs for tech-preview (#89358) 2022-08-16 10:05:45 -04:00
synthetic-source.asciidoc Synthetic _source: support version field type (#89706) 2022-08-30 09:39:50 -04:00
tier-field.asciidoc