-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add Support for Hybrid Query Type #850
Add Support for Hybrid Query Type #850
Conversation
Signed-off-by: Varun Jain <varunudr@amazon.com>
Signed-off-by: Varun Jain <varunudr@amazon.com>
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.
Thanks @vibrantvarun for adding this! It would be great to have the user guide and samples for hyrbid
query type which would benefit the users.
Thanks @VachaShah . I will start working to add user guide and samples. |
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.
I missed mentioning that we would also need to add an integration test for this. https://github.com/opensearch-project/opensearch-java/blob/main/java-client/src/test/java11/org/opensearch/client/opensearch/integTest/AbstractSearchRequestIT.java
Looks great, thank you @vibrantvarun ! |
Signed-off-by: Varun Jain <varunudr@amazon.com>
Signed-off-by: Varun Jain <varunudr@amazon.com>
Signed-off-by: Varun Jain <varunudr@amazon.com>
Signed-off-by: Varun Jain <varunudr@amazon.com>
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.
This is great!
* Add Support for Hybrid Query Type Signed-off-by: Varun Jain <varunudr@amazon.com> * Add samples, guide and integ tests Signed-off-by: Varun Jain <varunudr@amazon.com> * Removing wildcard imports Signed-off-by: Varun Jain <varunudr@amazon.com> * Adding import Signed-off-by: Varun Jain <varunudr@amazon.com> * Adding import Signed-off-by: Varun Jain <varunudr@amazon.com> --------- Signed-off-by: Varun Jain <varunudr@amazon.com> (cherry picked from commit 821dae6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add Support for Hybrid Query Type Signed-off-by: Varun Jain <varunudr@amazon.com> * Add samples, guide and integ tests Signed-off-by: Varun Jain <varunudr@amazon.com> * Removing wildcard imports Signed-off-by: Varun Jain <varunudr@amazon.com> * Adding import Signed-off-by: Varun Jain <varunudr@amazon.com> * Adding import Signed-off-by: Varun Jain <varunudr@amazon.com> --------- Signed-off-by: Varun Jain <varunudr@amazon.com> (cherry picked from commit 821dae6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Vacha Shah <vachshah@amazon.com>
* Add Support for Hybrid Query Type (#850) * Add Support for Hybrid Query Type Signed-off-by: Varun Jain <varunudr@amazon.com> * Add samples, guide and integ tests Signed-off-by: Varun Jain <varunudr@amazon.com> * Removing wildcard imports Signed-off-by: Varun Jain <varunudr@amazon.com> * Adding import Signed-off-by: Varun Jain <varunudr@amazon.com> * Adding import Signed-off-by: Varun Jain <varunudr@amazon.com> --------- Signed-off-by: Varun Jain <varunudr@amazon.com> (cherry picked from commit 821dae6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Vacha Shah <vachshah@amazon.com> * Adding version check for hybrid query integ tests (#863) (#864) Signed-off-by: Varun Jain <varunudr@amazon.com> Signed-off-by: Vacha Shah <vachshah@amazon.com> --------- Signed-off-by: Varun Jain <varunudr@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Vacha Shah <vachshah@amazon.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Varun Jain <varunudr@amazon.com>
Description
Adds support for hybrid query type for in hybrid search
Issues Resolved
525
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.