Skip to content

Commit c77b13d

Browse files
committed
#26173: Add deprecation notice in the docs
1 parent 670e613 commit c77b13d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/migration/migrate_6_0/aggregations.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,10 @@ making other numeric formats like `epoch_seconds` unusable for numeric input val
5757
Now we interpret these parameters according to the `format` of the target field.
5858
If the `format` in the mappings is not compatible with the numeric input value, a compatible
5959
`format` (e.g. `epoch_millis`, `epoch_second`) must be specified in the `date_range` aggregation, otherwise an error is thrown.
60+
61+
62+
==== `global_ordinals_hash` and `global_ordinals_low_cardinality` are deprecated in the `terms` aggregation
63+
64+
The execution hints `global_ordinals_hash` and `global_ordinals_low_cardinality` are deprecated and should be replaced
65+
by `global_ordinals` which now internally choose whether it should remap global ordinals to dense ordinals or directly use the
66+
segment ordinals.

0 commit comments

Comments
 (0)