-
Notifications
You must be signed in to change notification settings - Fork 72
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
Sorting Hybrid Search #363
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
] | ||
}, | ||
{ | ||
"name": "hybrid-query-aggs-full", | ||
"name": "bool-vs-hybrid", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why this name changed? We're not comparing two query types, initial meaning is - run full search load for hybrid query. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Apart from the name's semantic such change isn't backward compatible, this workload has been released and may be in use. If you're in strong need of procedure with new name better to create new one. |
||
"description": "Indexes the whole document corpus using OpenSearch default settings. After that several query groups are run.", | ||
"default": false, | ||
"schedule": [ | ||
|
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.
why we need this operation as part of the workload? same is for all others with bool query.
If you want to have some baseline you can add bool with sorting for only medium subset. That should be enough to see if some deviation is there. Others will just increase running time without adding a value