Skip to content

Commit 442a6e0

Browse files
committed
document suggest stats being merged with search stats
1 parent e7e93f9 commit 442a6e0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/reference/indices/stats.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ specified as well in the URI. Those stats can be any of:
3434

3535
`get`:: Get statistics, including missing stats.
3636

37-
`search`:: Search statistics. You can include statistics for custom groups by adding
37+
`search`:: Search statistics including suggest statistics.
38+
You can include statistics for custom groups by adding
3839
an extra `groups` parameter (search operations can be associated with one or more
3940
groups). The `groups` parameter accepts a comma separated list of group names.
4041
Use `_all` to return statistics for all groups.
@@ -47,7 +48,6 @@ specified as well in the URI. Those stats can be any of:
4748
`merge`:: Merge statistics.
4849
`request_cache`:: <<shard-request-cache,Shard request cache>> statistics.
4950
`refresh`:: Refresh statistics.
50-
`suggest`:: Suggest statistics.
5151
`warmer`:: Warmer statistics.
5252
`translog`:: Translog statistics.
5353

docs/reference/migration/migrate_5_0/index-apis.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ longer a double and is instead an object encapsulating the one-minute,
4545
five-minute and fifteen-minute load averages. Additionally, the recent
4646
CPU usage can be obtained from `OsStats.Cpu#getPercent`.
4747

48+
==== Suggest stats
4849

50+
Suggest stats exposed through `suggest` in indices stats has been merged
51+
with `search` stats. `suggest` stats is exposed as part of `search` stats.

0 commit comments

Comments
 (0)