OpenSearch/rest-api-spec/src/main/resources
Nik Everett b9fe10866e
Make global ords terms simpler to understand (backport of #57241) (#57311)
When the `terms` enum operates on non-numeric data it can collect it via
global ordinals. It actually has two separate collection strategies for,
one "dense" and one "remapping". Each of *those* strategies has two
"iteration" strategies that it uses to build buckets, depending on
whether or not we need buckets with `0` docs in them. Previously this
was done with several `null` checks and never really explained. This
change replaces those checks with two `CollectionStrategy` classes which
have good stuff like documentation.
2020-05-28 16:52:35 -04:00
..
rest-api-spec Make global ords terms simpler to understand (backport of #57241) (#57311) 2020-05-28 16:52:35 -04:00
schema.json 7.x only REST specification fixes (#56736) 2020-05-26 12:33:57 -05:00