Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/changelog/90314.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ summary: Ensure `cross_fields` always uses valid term statistics
area: Ranking
type: regression
issues: []
highlight:
title: Errors with the `cross_fields` query type
body: |-
The 8.4.2 release introduced a bug that may fail queries that use the
`cross_fields` type at search time with an error message containing
`totalTermFreq must be at least docFreq`. Users of the `cross_fields` type
are recommended to upgrade to 8.4.3 to avoid hitting this bug.