-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Fix npe when using source confirmed text query against missing field #127414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix npe when using source confirmed text query against missing field #127414
Conversation
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
Hi @benwtrent, I've created a changelog YAML for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
💔 Backport failed
You can use sqren/backport to manually backport by running |
It doesn't need to be backported to v8.18/19 as those didn't suffer from this bug as it was introduced with the |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…lastic#127414) We should check for the field and statistics actually existing when checking matches and explanation with `match_only_text` fields closes: elastic#125635 (cherry picked from commit 3d67e0e)
We should check for the field and statistics actually existing when checking matches and explanation with
match_only_text
fieldscloses: #125635