-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Backport 2.x] add hybrid search with rescore IT (#1066) #1073
[Backport 2.x] add hybrid search with rescore IT (#1066) #1073
Conversation
1c98376
to
b3b1eb6
Compare
qa/rolling-upgrade/build.gradle
Outdated
@@ -65,58 +65,6 @@ task testAgainstOldCluster(type: StandaloneRestIntegTestTask) { | |||
systemProperty 'tests.plugin_bwc_version', ext.neural_search_bwc_version | |||
systemProperty 'tests.skip_delete_model_index', 'true' | |||
|
|||
//Excluding MultiModalSearchIT, HybridSearchIT, NeuralSparseSearchIT, NeuralQueryEnricherProcessorIT tests from neural search version 2.9 and 2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need all those checks in 2.x branch, don't remove them. 2.x rolling upgrade is running against all previous 2.x and latest 1.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed in the newest commit
* add hybrid search with rescore IT Signed-off-by: will-hwang <[email protected]> * remove rescore in hybrid search IT Signed-off-by: will-hwang <[email protected]> * remove previous version checks in build file Signed-off-by: will-hwang <[email protected]> * removing version checks only in rolling upgrade tests Signed-off-by: will-hwang <[email protected]> * remove newly added tests in restart test Signed-off-by: will-hwang <[email protected]> * Revert "remove newly added tests in restart test" This reverts commit 0987831. Signed-off-by: will-hwang <[email protected]> --------- Signed-off-by: will-hwang <[email protected]> (cherry picked from commit 97cf25c) Signed-off-by: will-hwang <[email protected]>
Signed-off-by: will-hwang <[email protected]>
Signed-off-by: will-hwang <[email protected]>
Signed-off-by: will-hwang <[email protected]>
8359a1b
to
94e1120
Compare
Please update the PR description similar to other backport PRs. |
Backport
97cf25c
from #1066