August 2019
Intermediate to advanced
560 pages
13h 41m
English
Obtain the number of unique field values. According to the reference (https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-metrics-cardinality-aggregation.html), the total count is approximate. This example aims to find the number of distinct morningstar categories in the cf_etf index. There are 80 categories:
"aggs": {"number_of_morningstar_category":{"cardinality": {"field": morningstar_category"}}}
Read now
Unlock full access