mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
Mention ip fields in the global ordinals docs. (#47045)
Although they do not support eager_global_ordinals, ip fields use global ordinals for certain aggregations like 'terms'. This commit also corrects a reference to the sampler aggregation.
This commit is contained in:
parent
41ee8aa6fc
commit
4faba9cbbf
@ -26,9 +26,9 @@ ordinal for each segment.
|
|||||||
|
|
||||||
Global ordinals are used if a search contains any of the following components:
|
Global ordinals are used if a search contains any of the following components:
|
||||||
|
|
||||||
* Bucket aggregations on `keyword` and `flattened` fields. This includes
|
* Certain bucket aggregations on `keyword`, `ip`, and `flattened` fields. This
|
||||||
`terms` aggregations as mentioned above, as well as `composite`, `sampler`,
|
includes `terms` aggregations as mentioned above, as well as `composite`,
|
||||||
and `significant_terms`.
|
`diversified_sampler`, and `significant_terms`.
|
||||||
* Bucket aggregations on `text` fields that require <<fielddata, `fielddata`>>
|
* Bucket aggregations on `text` fields that require <<fielddata, `fielddata`>>
|
||||||
to be enabled.
|
to be enabled.
|
||||||
* Operations on parent and child documents from a `join` field, including
|
* Operations on parent and child documents from a `join` field, including
|
||||||
|
Loading…
x
Reference in New Issue
Block a user