aws / aws-sdk-js

AWS SDK for JavaScript in the browser and Node.js
https://aws.amazon.com/developer/language/javascript/
Apache License 2.0
7.59k stars 1.55k forks source link

Amazon CloudSearch Document Service API support #134

Closed jhnlsn closed 10 years ago

jhnlsn commented 11 years ago

Any plans on adding support for documents/batch api in the SDK?

lsegal commented 11 years ago

I'll mark this as a feature suggestion for supporting the document service portion of Amazon CloudSearch's API.

techpines commented 10 years ago

@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

jaketrent commented 10 years ago

+1 !

lsegal commented 10 years ago

The above release should now have support for search/upload in the AWS.CloudSearchDomain service object.

lock[bot] commented 4 years ago

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.