Anyone know of a good Ruby gem for Amazon Cloud Search? With the following criteria:
1) Support for cloud search api version 2013-01-01
2) Supports queries with multiple constraints (ie. search movies with title starting with "star", and a rating of 5 or above, and was made before 1980, etc.)
3) Also supports indexing data to the search domain.
Note that I have already looked at all of these:
https://github.com/spokesoftware/aws_cloud_search - doesn't meet criteria 1
https://github.com/wellbredgrapefruit/asari - doesn't meet criteria 3
https://github.com/awslabs/cloudsearchable - doesn't meet criteria 1
https://github.com/willian/cloud_search - doesn't meet criteria 1 or 2
If there really isn't such a gem that meets all my criteria, I will write my own.
I made a gem for Cloud Search API 2013-01-01 with all the features I wanted: