File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
docs/reference/migration/migrate_6_0 Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,10 @@ making other numeric formats like `epoch_seconds` unusable for numeric input val
5757Now we interpret these parameters according to the `format` of the target field.
5858If 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.
You can’t perform that action at this time.
0 commit comments