mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
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. |
||
---|---|---|
.. | ||
doc-count-field.asciidoc | ||
field-names-field.asciidoc | ||
id-field.asciidoc | ||
ignored-field.asciidoc | ||
index-field.asciidoc | ||
meta-field.asciidoc | ||
routing-field.asciidoc | ||
source-field.asciidoc | ||
synthetic-source.asciidoc | ||
tier-field.asciidoc |