clintongormley / Elastic-Model

Use ElasticSearch as a NoSQL database in Perl
9 stars 8 forks source link

Make possible to use async transport for queries #2

Open diegok opened 12 years ago

diegok commented 12 years ago

I would like to be able to pass a callback to search methods that will be called once the results object was retrieved and built.

It would probably need some mechanism to pass the async transport class to be used.