-
Is there an option to index to cloudsearch asynchronously using resque? This would be really useful for asari_index in models when there are communication problems between cloudsearch and the server. …
-
Hi,
boto.cloudsearch2 throws exception when search options parameter is used.
```
def search_test():
search = SearchConnection(endpoint=SEARCH_ENDPOINT)
option = "{defaultOperator: '70%', fie…
-
When you try to use the script on Google Chrome, it doesn't work at all.
If you check in the console errors, it says:
```
Uncaught ReferenceError: QueryString is not defined
```
-
-
### Terraform Core Version
1.6.2, 1.5
### AWS Provider Version
5.22.0, 5.6.2
### Affected Resource(s)
* aws_cloudsearch_domain
### Expected Behavior
In a domain, I specified a ind…
-
### Terraform Core Version
1.3.3
### AWS Provider Version
4.37.0
### Affected Resource(s)
- aws_cloudsearch_domain
### Expected Behavior
The plan should not indicate `aws_cloudsearch_domain` …
-
When CloudSearch encounters an error while indexing documents, it returns fairly detailed responses, for example:
{"status": "error", "errors": [{"message": "The value of \"fields\" must be a JSON ob…
-
Currently, ActiveFedora is very tightly coupled to the Solr API which blocks us from using CloudSearch (AWS' Solr like search engine) or ElasticSearch etc. As a result, we need to maintain a SolrCloud…
-
Hello,
The steps required to upload a document to CloudSearch using boto are as follows:
conn = boto.connect_cloudsearch()
domain = domain.lookup('mydomain')
doc_service.add(id=1, version=1, {'foo':…
-
There are some client libraries for the AmazonCloudSearch, on the Web. We have to test our Groonga CloudSearch's compatible APIs with various type clients.