You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are sometimes extra letters for terms and for percentiles aggregations in the elasticsearch response.
Something like this happens: sterms#aggName
The text was updated successfully, but these errors were encountered:
dbulaja98
changed the title
Extra letters in aggregations responses.
Extra letters in aggregations responses
Nov 14, 2023
I did some research on Percentiles and Terms. It appears that there is no error, but rather the Percentiles and Percentile Ranks have a keyed parameter. The choice between tdigest_percentiles and hdr_percentiles as a response depends on this parameter. Since we didn't use the keyed parameter, it defaults to tdigest. Therefore it has those extra letters in response.
As for Terms, it seems that it can accept both integers and strings, and when it receives a string, its response is referred to as sterms. The message "Result of the TermsAggregator when the field is a String" is mentioned for string_terms.
There are sometimes extra letters for
terms
and forpercentiles
aggregations in the elasticsearch response.Something like this happens:
sterms#aggName
The text was updated successfully, but these errors were encountered: