-
Notifications
You must be signed in to change notification settings - Fork 190
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 scroll to search request serialization. #677
Add scroll to search request serialization. #677
Conversation
Signed-off-by: Francois Rivard <[email protected]>
fa917d9
to
20f0304
Compare
@frivard-coveo could you please add an entry to CHANGELOG.md? thank you |
@VachaShah @dblock it seems like we don't have test cases for regular search functionality, I will add one shortly |
Thank you @reta! We have some search scenarios in samples as well: https://github.com/opensearch-project/opensearch-java/blob/main/samples/src/main/java/org/opensearch/client/samples/Search.java |
Signed-off-by: Francois Rivard <[email protected]>
Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Francois Rivard <[email protected]>
This does need a test, let's add those as part of (merging) this PR. |
Oh no! I just realized that this PR is all wrong. The |
Description
Add the
scroll
parameter when serializing the SearchRequest.Issues Resolved
#676
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.