elasticsearch/docs/reference/mapping/fields
Oleksandr Kolomiiets cde894a5ce
Implement synthetic source support for range fields (#107081)
* Implement synthetic source support for range fields

This PR adds basic synthetic source support for range fields. There are
following notable properties of synthetic source produced:
* Ranges are always normalized to be inclusive on both ends (this is how
 they are stored).
* Original order of ranges is not preserved.
* Date ranges are always expressed in epoch millis, format is not
preserved.
* IP ranges are always expressed as a range of IPs while it could
have been originally provided as a CIDR.

This PR only implements retrieval of data for source reconstruction from
 doc values.
2024-04-24 11:32:20 -07:00
..
doc-count-field.asciidoc [DOCS] Fix _doc_count field title (#65704) 2020-12-02 08:13:43 -05:00
field-names-field.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
id-field.asciidoc Clarify field data cache behavior in docs (#64375) 2020-11-20 13:53:23 -08:00
ignored-field.asciidoc Add setting to ignore dynamic fields when field limit is reached (#96235) 2024-02-02 05:53:52 -05:00
index-field.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
meta-field.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
routing-field.asciidoc [DOCS] Custom routing for data streams 2021-11-10 07:11:50 -06:00
source-field.asciidoc disabling source (#101839) 2023-11-07 13:43:28 +00:00
synthetic-source.asciidoc Implement synthetic source support for range fields (#107081) 2024-04-24 11:32:20 -07:00
tier-field.asciidoc New queryable "_tier" metadata field (#69288) 2021-03-31 15:37:37 +01:00