File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/reference/migration/migrate_8_0 Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 66//Installation and Upgrade Guide
77
88//tag::notable-breaking-changes[]
9+ [[remove-unmapped-type-string]]
10+ .The `unmapped_type: string` sort option has been removed.
11+ [%collapsible]
12+ ====
13+ *Details* +
14+ Search requests no longer support the `unmapped_type: string` sort option.
15+ Instead, use `unmapped_type: keyword` to handle an unmapped field as if it had
16+ the `keyword` field type but ignore its values for sorting.
17+
18+ *Impact* +
19+ Discontinue use of `unmapped_type: string`. Search requests that include the
20+ `unmapped_type: string` sort option will return shard failures.
21+ ====
22+
923[[id-field-data]]
1024.Aggregating and sorting on `_id` is disallowed by default.
1125[%collapsible]
You can’t perform that action at this time.
0 commit comments