-
Notifications
You must be signed in to change notification settings - Fork 127
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
base: qa/2.x
Are you sure you want to change the base?
Commits on Nov 15, 2024
-
Update ElasticSearch and Elastica dependencies
Update ElasticSearch to 6.8.23 in the Dockerfile and update Elastica to 6.x in composer.
Configuration menu - View commit details
-
Copy full SHA for 81617d6 - Browse repository at this point
Copy the full SHA 81617d6View commit details -
Remove arElasticSearchIndexDecorator.
- 'inline' scripts are deprecated, changed to 'source'
Configuration menu - View commit details
-
Copy full SHA for 7c50884 - Browse repository at this point
Copy the full SHA 7c50884View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1c5feeb - Browse repository at this point
Copy the full SHA 1c5feebView commit details -
Fix autocompleteAction for ES 6.x
Update autocompleteAction to use multiple indices
Configuration menu - View commit details
-
Copy full SHA for ec4e748 - Browse repository at this point
Copy the full SHA ec4e748View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a19f8e1 - Browse repository at this point
Copy the full SHA a19f8e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d1e08 - Browse repository at this point
Copy the full SHA 90d1e08View commit details -
Fix broken publication status update
Add missing document type to partialUpdate in arElasticSearchPlugin
Configuration menu - View commit details
-
Copy full SHA for 47cc1a9 - Browse repository at this point
Copy the full SHA 47cc1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3adaac0 - Browse repository at this point
Copy the full SHA 3adaac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5575f96 - Browse repository at this point
Copy the full SHA 5575f96View commit details -
Update mapping condition for _all fields
Update condition in arElasticSearchPluginUtil to only get string fields included in _all if copy_to is explicitly set to _all in the mappping.
Configuration menu - View commit details
-
Copy full SHA for 0259ed0 - Browse repository at this point
Copy the full SHA 0259ed0View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a13821d - Browse repository at this point
Copy the full SHA a13821dView commit details -
Rename arElasticSearchIndexDecorator
Renamed arElasticSearchIndexDecorator as arElasticSearchMultiIndexWrapper for clarity and added a few comments about changes needed for ElasticSearch/Elastica 7.x.
Configuration menu - View commit details
-
Copy full SHA for 3f0e4d6 - Browse repository at this point
Copy the full SHA 3f0e4d6View commit details
Commits on Nov 19, 2024
-
Rename getType function from ESMultiIndexWrapper
Rename getType from arElasticSearchMultiIndexWrapper to getIndex for clarity.
Configuration menu - View commit details
-
Copy full SHA for 0e0d87d - Browse repository at this point
Copy the full SHA 0e0d87dView commit details -
Add a dummy ElasticSearch index type since one is still required for ES 6.x, instead of having a seperate type name for each of the multiple indices.
Configuration menu - View commit details
-
Copy full SHA for bc54543 - Browse repository at this point
Copy the full SHA bc54543View commit details