-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Amazon CloudSearch Document Service API support #134
Comments
I'll mark this as a feature suggestion for supporting the document service portion of Amazon CloudSearch's API. |
@lsegal +1 The main part of the Cloud Search API that a typical user would want to automate would be the document service portion. The other parts of the API aren't as important for automation. How often are you going to be updating indexes, creating domains etc.? The bulk of operations are going to be searches and updates to documents, neither of which are in the current API. Cheers |
+1 ! |
The above release should now have support for search/upload in the AWS.CloudSearchDomain service object. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Any plans on adding support for documents/batch api in the SDK?
The text was updated successfully, but these errors were encountered: