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

Reqs: use elasticsearch 7.x #397

Merged
merged 3 commits into from
Jan 13, 2020
Merged

Commits on Jan 13, 2020

  1. Reqs: use elasticsearch 7.0+

    julen committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    d4dbd71 View commit details
    Browse the repository at this point in the history
  2. TM: upgrade code to elasticsearch 7.x

    The most notable change is how multiple mapping types are not supported
    in indices. As suggested by the official docs, we'll create separate
    indexes for each locale, and hence avoid clashes. Note how index names
    must be lowercase, too.
    
    This change, as well as upgrading to elasticsearch 7.x, requires servers
    to rebuild their indices.
    julen committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0d7f8bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2151d55 View commit details
    Browse the repository at this point in the history