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

[Remove] Multiple Types from IndexTemplateMetadata #2400

Merged

Commits on Mar 11, 2022

  1. [Remove] Multiple Types from IndexTemplateMetadata

    Removes multi-type support from IndexTemplateMetadata so that instead of holding
    a map of multiple types to mappings, it only returns a single mapping for a
    single type.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    860e24e View commit details
    Browse the repository at this point in the history
  2. Remove type from documentMapper method

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    253189c View commit details
    Browse the repository at this point in the history
  3. fix failing tests

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    7de1303 View commit details
    Browse the repository at this point in the history
  4. fix failing tests

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    16aff4e View commit details
    Browse the repository at this point in the history
  5. remove translog setting from FullClusterRestartIT for incompatible 6.…

    …x indices
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    13a592d View commit details
    Browse the repository at this point in the history