Skip to content

Commit 5929cc8

Browse files
Update search-aggregations-bucket-diversified-sampler-aggregation.md
1 parent b93d3e7 commit 5929cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/data-analysis/aggregations/search-aggregations-bucket-diversified-sampler-aggregation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ Response:
8080
}
8181
}
8282
```
83+
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
84+
% TESTRESPONSE[s/2.213/$body.aggregations.my_unbiased_sample.keywords.buckets.0.score/]
8385

8486
1. 151 documents were sampled in total.
8587
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.
86-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
87-
% TESTRESPONSE[s/2.213/$body.aggregations.my_unbiased_sample.keywords.buckets.0.score/]
8888

8989
## Scripted example [_scripted_example]
9090

0 commit comments

Comments
 (0)