-
Notifications
You must be signed in to change notification settings - Fork 48
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
Added .NET client API guide for the Search API. #394
Added .NET client API guide for the Search API. #394
Conversation
fc1b6e8
to
41723c3
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.
Generally looks good @Djcarrillo6! Just some suggestions mainly around conciseness of the code, and changing the example data to match the ruby guide
41723c3
to
b35a592
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.
Just a last couple nit picks
b35a592
to
43183df
Compare
Signed-off-by: Djcarrillo6 <[email protected]> Fix setup section in guide. Signed-off-by: Djcarrillo6 <[email protected]> Minor updates to search.md Signed-off-by: Djcarrillo6 <[email protected]> Added requested changes to search.md Signed-off-by: Djcarrillo6 <[email protected]> Added requested changes to search.md opensearch-project#2 Signed-off-by: Djcarrillo6 <[email protected]> Added requested changes to search.md opensearch-project#3 Signed-off-by: Djcarrillo6 <[email protected]>
43183df
to
fff7c35
Compare
Description
This PR provides add the API guide on using OpenSearch.NET client to implement the OpenSearch "Search API".
Issues Resolved
Resolves issue #189
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.