We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f453e46 commit eb62de0Copy full SHA for eb62de0
docs/reference/aggregations/metrics/cardinality-aggregation.asciidoc
@@ -5,8 +5,7 @@ A `single-value` metrics aggregation that calculates an approximate count of
5
distinct values. Values can be extracted either from specific fields in the
6
document or generated by a script.
7
8
-Assume you are indexing books and would like to count the unique authors that
9
-match a query:
+Assume you are indexing store sales and would like to count the unique number of sold products that match a query:
10
11
[source,js]
12
--------------------------------------------------
0 commit comments