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

Update ElasticSearch and Elastica to 6.x #1880

Open
wants to merge 9 commits into
base: qa/2.x
Choose a base branch
from

Commits on Oct 21, 2024

  1. Update ElasticSearch and Elastica dependencies

    Update ElasticSearch to 6.8.23 in the Dockerfile and update Elastica to
    6.x in composer.
    anvit committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c312a83 View commit details
    Browse the repository at this point in the history
  2. Remove arElasticSearchIndexDecorator.

    - 'inline' scripts are deprecated, changed to 'source'
    melaniekung authored and anvit committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    74fda2b View commit details
    Browse the repository at this point in the history
  3. Update index for ES 6.x

    Update arElasticSearchPlugin to use multiple indices instead of multiple
    types since ES 6.x removed being able to add multiple types. Also update
    mapping to remove include_in_all and add that to the _all field using
    copy_to instead since include_in_all was also removed in ES 6.x
    anvit committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d528918 View commit details
    Browse the repository at this point in the history
  4. Fix autocompleteAction for ES 6.x

    Update autocompleteAction to use multiple indices
    anvit committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    14501d6 View commit details
    Browse the repository at this point in the history
  5. Add index types for ES Queries without a type

    Add the appropriate index types for ES requests that did not need to
    specify explicit types in ES 5.x
    anvit committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a6a7371 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ed6e6b View commit details
    Browse the repository at this point in the history
  7. Fix broken publication status update

    Add missing document type to partialUpdate in arElasticSearchPlugin
    anvit committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    426515a View commit details
    Browse the repository at this point in the history
  8. Fix linting errors

    anvit committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4f937f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0842eb9 View commit details
    Browse the repository at this point in the history