Skip to content

Commit ab6ff6f

Browse files
committed
Apply feedback
1 parent 0a5cb63 commit ab6ff6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/aggregations/bucket/diversified-sampler-aggregation.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ Response:
8686
// TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
8787
// TESTRESPONSE[s/2.213/$body.aggregations.my_unbiased_sample.keywords.buckets.0.score/]
8888

89-
<1> 151 documents were sampled in total because we asked for a maximum of 200 from an index with 5 shards. The cost of performing the
90-
nested significant_terms aggregation was therefore limited rather than unbounded.
89+
<1> 151 documents were sampled in total.
9190
<2> The results of the significant_terms aggregation are not skewed by any single author's quirks because we asked for a maximum of one post from any one author in our sample.
9291

9392
==== Scripted example:

0 commit comments

Comments
 (0)