ElasticSearch.pm is a Perl API to ElasticSearch: ElasticSearch is an Open Source (Apache 2 license), distributed, RESTful Search Engine based on Lucene, and built for the cloud, with a JSON API. Check out its features: L This module is a thin API which makes it easy to communicate with an ElasticSearch cluster. It maintains a list of all servers/nodes in the ElasticSearch cluster, and spreads the load randomly across these nodes. If the current active node disappears, then it attempts to connect to another node in the list. Forking a process triggers a server list refresh, and a new connection to a randomly chosen node in the list. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc ElasticSearch You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=ElasticSearch AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/ElasticSearch CPAN Ratings http://cpanratings.perl.org/d/ElasticSearch Search CPAN http://search.cpan.org/dist/ElasticSearch/ LICENSE AND COPYRIGHT Copyright (C) 2010 Clinton Gormley This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.