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

NAME

ElasticSearch::Transport::HTTPLite - HTTP::Lite based HTTP backend

DESCRIPTION

ElasticSearch::Transport::HTTPLite uses HTTP::Lite to talk to ElasticSearch over HTTP.

It is a new backend and will probably become the default, as it is about 30% faster than ElasticSearch::Transport.:HTTP.

SYNOPSIS

    use ElasticSearch;
    my $e = ElasticSearch->new(
        servers     => 'search.foo.com:9200',
        transport   => 'httplite',
        timeout     => '10',
    );

SEE ALSO

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.