-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Task][BC-Break] Unify OpenSearch and ElasticSearch (#207)
* [WIP] Initial opensearch draft * Apply php-cs-fixer changes * Indexing works with opensearch * add small cleanup * add small cleanup * Check productlisting with opensearch tenant * Apply php-cs-fixer changes * Replace elastic search everywhere * add more cleanup * add more cleanup * add more cleanup * Introduce tenantconfiginterface * add interface for reindex and synonym update * Apply php-cs-fixer changes * Fix inteface * Apply php-cs-fixer changes * Remove deprication message and add method to interface * Add missing methods * Remove deprecation messages * Readd warning for removed command * Adding upgrade notes and renaming elasticWorker --------- Co-authored-by: mattamon <[email protected]> Co-authored-by: lukmzig <[email protected]> Co-authored-by: lukmzig <[email protected]>
- Loading branch information
1 parent
82a567e
commit 089274d
Showing
24 changed files
with
71 additions
and
1,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Upgrade Notes | ||
|
||
## Version 2.0.0 | ||
|
||
### [Elasticsearch] | ||
|
||
- Removed ElasticSearchConfigInterface, use SearchConfigInterface instead. | ||
- Removed EsSyncCommand it is now IndexSyncCommand. Use the ecommerce:indexservice:search-index-sync command instead. | ||
- Introduced IndexRefreshInterface for refresh command. | ||
- Moved ElasticSearch Filter Types to SearchIndex namespace. Make sure to update your filter namespaces in your yaml configuration. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
102 changes: 0 additions & 102 deletions
102
src/FilterService/FilterType/ElasticSearch/MultiSelect.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.