-
Notifications
You must be signed in to change notification settings - Fork 90
Adding search load for hybrid query with sort #565
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
Adding search load for hybrid query with sort #565
Conversation
9ad5075
to
5c67090
Compare
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.
Can you add these new queries and test procedures to the README?
Signed-off-by: Martin Gaievski <[email protected]>
Signed-off-by: Martin Gaievski <[email protected]>
5c67090
to
e7e97f5
Compare
@IanHoang Updated README with new procedure and also rebased on latest main branch. |
@IanHoang I've addressed your comments, do you have more requests or this can be merged? |
@martin-gaievski Looks good to me. Only backporting to branches |
* Adding search load for hybrid query with sort Signed-off-by: Martin Gaievski <[email protected]> * Update readme and rebased on latest main Signed-off-by: Martin Gaievski <[email protected]> --------- Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit 6e96e23) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Adding search load for hybrid query with sort Signed-off-by: Martin Gaievski <[email protected]> * Update readme and rebased on latest main Signed-off-by: Martin Gaievski <[email protected]> --------- Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit 6e96e23) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Adding search load for hybrid query with sort * Update readme and rebased on latest main --------- (cherry picked from commit 6e96e23) Signed-off-by: Martin Gaievski <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Adding search load for hybrid query with sort * Update readme and rebased on latest main --------- (cherry picked from commit 6e96e23) Signed-off-by: Martin Gaievski <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Adding procedure for existing workload for semantic search https://github.com/opensearch-project/opensearch-benchmark-workloads/tree/main/noaa_semantic_search that were added under #291.
New procedure is focused on performing hybrid and bool search queries when
sort
andsearch_after
options are set.This is needed for new sorting related features in hybrid query:
[Describe how this change was tested]
Stability of OSB tested with this PR: opensearch-project/opensearch-benchmark#727
Run following two commands.
First one creates index and ingests documents from NOAA dataset:
second command executes the new test procedure with all new search queries:
Backport to Branches:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.