-
Notifications
You must be signed in to change notification settings - Fork 36
BREAKING CHANGE: migrate elasticsearch to opensearch #2562
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
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
a26801e
init
Junjiequan 1467a31
modified api code
Junjiequan 5dc47b2
renaming elasticSearch to Opensearch
Junjiequan 8f62b6d
refactor opensearch query logic
Junjiequan 802b389
load settings & mappings from json file
Junjiequan 364d050
Set opensearchService optional in datasetService
Junjiequan a2ee660
fix type error
Junjiequan 5097402
fix unit test
Junjiequan bf1d914
update api test for opensearch
Junjiequan fe1adc1
fix opensearch api test
Junjiequan 0ce95e9
added missing host for api test
Junjiequan abef90e
fix api test
Junjiequan f1e56ba
isIndexExists to return boolean value instead of body & fix opensearc…
Junjiequan cd31ac6
revert removed testData
Junjiequan b5b9aa4
fix api test
Junjiequan 08da048
update unit tests
Junjiequan 7d1d5a7
minor type correction for createFullfacetPipeline
Junjiequan 355816b
add interface IDatasetOpenSearchPipeline for opensearch fullfacet pip…
Junjiequan ff37d33
minor check change for osEnabled
Junjiequan c9982e2
remove unused configs & update env example
Junjiequan b3f3216
remove unused compose files & replace es image from all compose files…
Junjiequan 838d6a7
fix for permission filter
Junjiequan 710975f
update default OS password for local development and remove .env.open…
Junjiequan f97d8df
correct prepare:local command
Junjiequan 905fee3
update opensearch doc
Junjiequan ed4e3cd
update documentation
Junjiequan 0cd3c6f
add api test for search query
Junjiequan c0ef935
centralize os query condition in one place
Junjiequan 5e12c27
test1
Junjiequan 2d703c5
test
Junjiequan a1b3f61
change dataset name in TestData.js used for api test
Junjiequan 504a7ab
add OPENSEARCH_REFRESH="wait_for" for API test
Junjiequan 81afa33
avoid multi os config loading
Junjiequan f7ed6fd
run os connection retry on background
Junjiequan e0421ce
remove isAdmin
Junjiequan 63f6f05
fix os api test
Junjiequan a27ee4e
add bulk sync
Junjiequan 40e3a9d
user cursor for data sync
Junjiequan a0f7c8f
default dataSyncBatchSize to 1000
Junjiequan c4b0950
added dataset opensearch dto
Junjiequan 1ae3571
minor text change
Junjiequan 5fa33ad
add excludeExtraneousValues ot plainToInstance
Junjiequan 412eb06
Merge branch 'master' into elasticSearch-to-openSearch
Junjiequan d91161a
Merge branch 'master' into elasticSearch-to-openSearch
Junjiequan 447dc52
Merge branch 'master' into elasticSearch-to-openSearch
Junjiequan 572130e
update package
Junjiequan 3baee8d
fix for inconsistant mongodb version across different packages
Junjiequan 81921da
Merge branch 'master' into elasticSearch-to-openSearch
Junjiequan 7342eff
fix unit test
Junjiequan e257e04
Merge branch 'master' into elasticSearch-to-openSearch
Junjiequan 85fee81
Use correct PickType for dataset-opensearch dto
Junjiequan 4f72ef5
Merge branch 'master' into elasticSearch-to-openSearch
Junjiequan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
This file contains hidden or 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.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.