itstommymorgan / asari

a Ruby wrapper for AWS CloudSearch.
52 stars 51 forks source link

Add support to get return fields from Amazon and to allow for boolean queries. #9

Closed lgleasain closed 11 years ago

lgleasain commented 11 years ago

These changes only affect using the search method off of the main Asari object. The one allows you to search on a per field basis and the other allows you to retrieve data directly from Amazon which in some instances would eliminate the need to hydrate data via Active record when searching.

itstommymorgan commented 11 years ago

@lgleasain looks nice - have you done any live tests with this change to make sure they work against a real cloudsearch env?

lgleasain commented 11 years ago

Yes. I am currently using this for a client that is moving some stuff to cloud search. I also am working on a gem that builds on top of Asari to make it easier to create domains, indexes etc so that ....We are not ready to make it public yet (we are targeting September for a public rollout), but I could make you a collaborator on the private repo so that you can have a peek at what we are doing.

itstommymorgan commented 11 years ago

Excellent, will merge then. No need to add me to the private repo but I will be curious to see the gem when it's ready for public consumption :)