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

Fix: compatibility with elasticsearch 2 #916

Merged
merged 5 commits into from
Nov 16, 2023

Commits on Nov 13, 2023

  1. Fix: compatibility with elasticsearch 2

    Replaces multi_field type for a string with a nested field. The feature
    was already deprecated in elasticsearch 1
    
    Avoids the `.` in the field definition that is incompatible with
    elasticsearch 2.
    
    Removes the path definition that isn't needed and deprecated in
    elasticsearch 2.
    
    These changes are compatible with elasticsearch v1.7 and v2.4 and the
    elasticsearch migration plugin returns a full green status.
    
    See https://github.com/elastic/elasticsearch-migration/tree/1.x
    ysbaddaden committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2a10b79 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    1617844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0601126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea31f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b4abe9 View commit details
    Browse the repository at this point in the history