Skip to content

Commit

Permalink
[DOCS] Removed differencies between text and code (#27993)
Browse files Browse the repository at this point in the history
  • Loading branch information
akadko authored and polyfractal committed Jan 12, 2018
1 parent a10c406 commit 6a5807a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -5,8 +5,7 @@ A `single-value` metrics aggregation that calculates an approximate count of
distinct values. Values can be extracted either from specific fields in the
document or generated by a script.

Assume you are indexing books and would like to count the unique authors that
match a query:
Assume you are indexing store sales and would like to count the unique number of sold products that match a query:

[source,js]
--------------------------------------------------
Expand Down

0 comments on commit 6a5807a

Please sign in to comment.