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

Make sure to apply eager_global_ordinals for keyed JSON fields. #41319

Merged

Commits on Apr 17, 2019

  1. Make sure to return keyed JSON field types in FieldTypeLookup#iterator.

    The index warmer iterates through all field types when determining the fields
    for which global ordinals should be loaded. Previously, keyed JSON field types
    were not returned from FieldTypeLookup#iterator, so their eager_global_ordinals
    setting would be ignored. This PR fixes the issue by including keyed JSON fields
    in FieldTypeLookup#iterator.
    jtibshirani committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    5eb82b1 View commit details
    Browse the repository at this point in the history