The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DESCRIPTION

This demo script downloads all of the open ElasticSearch issues, and indexes them into an index called 'issues'.

Then it presents you with a simple command line interface for searching for issues with keywords, or if you type in the issue ID instead, it displays all of the issue details.

In order to run this demo, you will need an ElasticSearch server running on localhost. If you don't already have ElasticSearch, you can find the latest version (currently 0.17.6) at http://www.elasticsearch.com/download/.

You can install it as follows:

    wget http://cloud.github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.17.6.zip
    unzip elasticsearch-0.17.6.zip
    cd elasticsearch-0.17.6
    ./bin/elasticsearch -f                   # run server in foreground

AUTHOR

Clinton Gormley, <drtech at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2010 - 2011 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.