Skip to content

Commit d4970e8

Browse files
sandeepkanabarnik9000
authored andcommitted
Docs: Correcting a typo in tophits (#32359)
1 parent e09e9a1 commit d4970e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/metrics/tophits-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ In the example below we search across crawled webpages. For each webpage we stor
172172
belong to. By defining a `terms` aggregator on the `domain` field we group the result set of webpages by domain. The
173173
`top_hits` aggregator is then defined as sub-aggregator, so that the top matching hits are collected per bucket.
174174

175-
Also a `max` aggregator is defined which is used by the `terms` aggregator's order feature the return the buckets by
175+
Also a `max` aggregator is defined which is used by the `terms` aggregator's order feature to return the buckets by
176176
relevancy order of the most relevant document in a bucket.
177177

178178
[source,js]

0 commit comments

Comments
 (0)