elasticsearch/docs/reference/mapping
Mayya Sharipova bea0ead08a
Fix fields retrieval on unsinged_long field (#63310)
This fixes fields retrieval on unsigned_long field

1) For docvalue_fields a custom UnsignedLongLeafFieldData::getLeafValueFetcher
is implemented that correctly retrieves doc values.

2) For stored fields, an error was fixed in UnsignedLongFieldMapper
 how stored values were stored. Before they were incorrectly
stored in the shifted format, now they are stored as original
values in String format.

Relates to #60050
Backport for #63119
2020-10-06 06:37:31 -04:00
..
dynamic [DOCS] Fix hyphenation for "time series" (#61472) (#61481) 2020-08-24 11:18:07 -04:00
fields Make MetadataFieldMapper extend ParametrizedFieldMapper (#59847) (#60924) 2020-08-11 09:02:28 +01:00
params Fix warning on boost docs and warning message on non-implementing fieldmappers 2020-09-18 16:45:08 +01:00
types Fix fields retrieval on unsinged_long field (#63310) 2020-10-06 06:37:31 -04:00
dynamic-mapping.asciidoc [DOCS] Replace datatype with data type (#58972) (#59184) 2020-07-07 14:59:35 -04:00
fields.asciidoc [DOCS] Fix metadata field refs (#60764) (#60769) 2020-08-05 14:04:55 -04:00
params.asciidoc [DOCS] Replace datatype with data type (#58972) (#59184) 2020-07-07 14:59:35 -04:00
removal_of_types.asciidoc [DOCS] Change index name from index to my-index-000001 (#62678) (#62704) 2020-09-21 10:11:15 -04:00
types.asciidoc Add field type for version strings (#59773) (#62692) 2020-09-21 14:25:42 +02:00