Skip to content

Commit 74a4945

Browse files
committed
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.
1 parent e6d46b9 commit 74a4945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/mapping/params/eager-global-ordinals.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ordinal for each segment.
2626

2727
Global ordinals are used if a search contains any of the following components:
2828

29-
* Bucket aggregations on `keyword` and `flattened` fields. This includes
30-
`terms` aggregations as mentioned above, as well as `composite`, `sampler`,
31-
and `significant_terms`.
29+
* Certain bucket aggregations on `keyword`, `ip`, and `flattened` fields. This
30+
includes `terms` aggregations as mentioned above, as well as `composite`,
31+
`diversified_sampler`, and `significant_terms`.
3232
* Bucket aggregations on `text` fields that require <<fielddata, `fielddata`>>
3333
to be enabled.
3434
* Operations on parent and child documents from a `join` field, including

0 commit comments

Comments
 (0)