tahseen / amazon-cloudsearch-client-java

Amazon CloudSearch Client for Document Service and Searching
18 stars 22 forks source link

Method <setDocumentDomain(String s)> Not available in aws version 1.9.13 #2

Closed arvinthdd closed 9 years ago

arvinthdd commented 9 years ago

In README.md section, The sample code for instantiating client says "client.setSearchDomain(searchEndpoint);" for adding search endpoint string.

But this method is not available when I download the aws jars using maven dependency mentioned in the bottom (aws-java-sdk version 1.9.13). Class : AmazonCloudSearchClient Method : setSearchDomain( String searchEndpoint) <<<< This method is not available in 1.9.13 and 1.9.16 >>>>

Checked in aws sdk version 1.9.16 version too. In the m2.repository, I checked the sources downloaded by Maven for 1.9.13 (filename: aws-java-sdk-cloudsearch-1.9.13-sources.jar)

tahseen commented 9 years ago

That is why I created this library. The Official Amazon AWS SDK does not have these functionality.

tahseen commented 9 years ago

your will need jar file from

https://github.com/tahseen/amazon-cloudsearch-client-java/releases

arvinthdd commented 9 years ago

Thanks. Appreciate your work. I thought there could be a maven dependency to pull your jar. Will use the above 'releases' link to download the jar.