elasticsearch/docs/reference/mapping
Mayya Sharipova c45724079c
Fix fields retrieval on unsinged_long field (#63119)
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
2020-10-06 05:44:50 -04:00
..
dynamic [DOCS] Fix hyphenation for "time series" (#61472) 2020-08-24 10:34:41 -04:00
fields Remove TypeFieldMapper (#62838) 2020-09-30 15:47:29 +01:00
params [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
types Fix fields retrieval on unsinged_long field (#63119) 2020-10-06 05:44:50 -04:00
dynamic-mapping.asciidoc [DOCS] Replace datatype with data type (#58972) 2020-07-07 13:52:10 -04:00
fields.asciidoc Remove TypeFieldMapper (#62838) 2020-09-30 15:47:29 +01:00
params.asciidoc [DOCS] Replace datatype with data type (#58972) 2020-07-07 13:52:10 -04:00
removal_of_types.asciidoc Remove [removal-of-types] docs page, and point to 7x docs (#53670) 2020-03-18 14:13:00 +00:00
types.asciidoc Add field type for version strings (#59773) 2020-09-21 11:04:22 +02:00