Skip to content

Commit

Permalink
Mention ip fields in the global ordinals docs. (#47045)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jtibshirani committed Sep 24, 2019
1 parent e6d46b9 commit 74a4945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/mapping/params/eager-global-ordinals.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ ordinal for each segment.

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

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

0 comments on commit 74a4945

Please sign in to comment.