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

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.

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


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.