-
### Description
AWS CloudSearch includes a feature to provide autocomplete suggestions. This requires defining "suggesters" in the CloudSearch search domain. This feature has been available since 201…
-
Dears,
I would like to set up your cloudsearchdemo on my data :
- I have a different cloudsearch URL from Amazon Cloudsearch
- I have different fields : there are shop_latitude, shop_longitude, shop…
-
right now, we're limited to 10,000 search results for any search. to unlock *maximum potential*, use cloudsearch cursor
https://docs.aws.amazon.com/cloudsearch/latest/developerguide/paginating-res…
-
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.
-
Are there any plans to develop against the latest CloudSearch API: http://docs.aws.amazon.com/cloudsearch/latest/developerguide/migrating.html
-
### Description
AWS CloudSearch allows to configure a [custom Analysis Scheme](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html). As of now it is not po…
-
[aws_cloud_search](https://github.com/spokesoftware/aws_cloud_search) is strongly bound to Amazon CloudSearch. (ex. endpoint domain is hard-coded.)
To use this library for Groonga CloudSearch, we have…
-
When using boto to connect to CloudSearch, we sometimes get throttle limit errors from amazon from the get_document_service() call.
```
domain = cs_conn.lookup("domain-name")
document_servic…
-
* same principle as seneca-entity, but for for seach
* no need for a special method api (like make$, list$ etc) - just seneca msgs
* @seneca/search - generic, in-memory - like mem-store- search qual…
-
To save the production costs and reduce dependency on Amazon we could install and maintain a custom fulltext engine on the embed machine - instead of using the CloudSearch API.
We have experience fro…