Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
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.