mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
docs: fixed title out of sequence
This commit is contained in:
parent
5705537ecf
commit
6a2f9c2682
@ -28,7 +28,7 @@ Supported request options:
|
||||
* `level` - Defines if field stats should be returned on a per index level or on a cluster wide level. Valid values are
|
||||
`indices` and `cluster`. Defaults to `cluster`.
|
||||
|
||||
==== Field statistics
|
||||
=== Field statistics
|
||||
|
||||
The field stats api is supported on string based, number based and date based fields and can return the following statistics per field:
|
||||
|
||||
@ -45,7 +45,7 @@ The field stats api is supported on string based, number based and date based fi
|
||||
Note that for all the mentioned statistics, documents marked as deleted aren't taken into account. The documents marked
|
||||
as deleted are are only taken into account when the segments these documents reside on are merged away.
|
||||
|
||||
==== Example
|
||||
=== Example
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user