Skip to content

Commit 0eb1364

Browse files
committed
remove old comments
1 parent dfab6c1 commit 0eb1364

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

300_Aggregations/20_basic_example.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// This section feels like you're worrying too much about explaining the syntax, rather than the point of aggs. By this stage in the book, people should be used to the ES api, so I think we can assume more. I'd change the emphasis here and state that intention: we want to find out what the most popular colours are. To do that we'll use a "terms" agg, which counts up every term in the "color" field and returns the 10 most popular.
2-
// Step two: Add a query, to show that the aggs are calculated live on the results from the user's query.
1+
32
== Aggregation Test-drive
43

54
We could spend the next few pages defining the various aggregations

0 commit comments

Comments
 (0)