Skip to content
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

[8.14] Fix automatic tracking of collapse with docvalue_fields (#110103) #110154

Merged
merged 1 commit into from
Jun 26, 2024

Commits on Jun 25, 2024

  1. Fix automatic tracking of collapse with docvalue_fields (elastic#110103)

    There were some optimizations that broke collapse fields automatically
    being added to `docvalue_fields` during the fetch phase. 
    
    Consequently, users will get really weird errors like
    `unsupported_operation_exception`. This commit corrects the intended
    behavior of automatically including the collapse field in the
    docvalue_fields context during fetch if it isn't already included.
    
    closes: elastic#96510
    benwtrent committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    81e8827 View commit details
    Browse the repository at this point in the history