mappings.asciidoc 820 B

12345678910111213141516171819202122232425
  1. [float]
  2. [[breaking_80_mappings_changes]]
  3. === Mapping changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. [float]
  9. ==== Limiting the number of completion contexts
  10. The number of completion contexts within a single completion field
  11. has been limited to 10.
  12. [float]
  13. ==== Defining multi-fields within multi-fields
  14. Previously, it was possible to define a multi-field within a multi-field.
  15. Defining chained multi-fields was deprecated in 7.3 and is now no longer
  16. supported. To migrate the mappings, all instances of `fields` that occur within
  17. a `fields` block should be removed, either by flattening the chained `fields`
  18. blocks into a single level, or by switching to `copy_to` if appropriate.