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

NAME

ElasticSearch::Transport::HTTP - LWP based HTTP backend

DESCRIPTION

ElasticSearch::Transport::HTTP uses LWP to talk to ElasticSearch over HTTP.

It is currently the default backend if no transport is specified, but consider trying ElasticSearch::Transport:HTTPLite instead - it is 30% faster.

SYNOPSIS

    use ElasticSearch;
    my $e = ElasticSearch->new(
        servers     => 'search.foo.com:9200',
        # transport   => 'http',
        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.