OpenSearch/modules/lang-painless/src
Mayya Sharipova 54064a1eec
Unsigned long 64bits(#62892)
Introduce 64-bit unsigned long field type

This field type supports
- indexing of integer values from [0, 18446744073709551615]
- precise queries (term, range)
- precise sort and terms aggregations
- other aggregations are based on conversion of long values
  to double and can be imprecise for large values.

Backport for #60050
Closes #32434
2020-09-24 16:51:47 -04:00
..
doc/java/org/elasticsearch/painless Scripting: fix generateContextDoc path and url #59676 (#59722) 2020-07-16 15:03:36 -05:00
main Unsigned long 64bits(#62892) 2020-09-24 16:51:47 -04:00
test Unsigned long 64bits(#62892) 2020-09-24 16:51:47 -04:00
yamlRestTest Backport all Painless compiler extensibility changes (#61755) 2020-09-16 09:32:00 -07:00