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

Changes for version 1.04 - 2014-02-27

  • Changed the default Cxn to HTTPTiny v0.043. Now provides persistent connections and is a lot faster than LWP.
  • Changed ES::Scroll to pass the scroll_id in the URL instead of the body. Better support for older versions and servers behind caching proxies.

Modules

The official client for Elasticsearch
A helper module for the Bulk API and for reindexing
Thin client with full support for Elasticsearch APIs
A client for running cluster-level requests
A client for running index-level requests
Thin client with full support for Elasticsearch APIs
A client for running cat debugging requests
A client for running cluster-level requests
A client for running index-level requests
A client for running node-level requests
A client for managing snapshot/restore
Used by CxnPools to create new Cxn instances.
A Cxn implementation which uses HTTP::Tiny
A Cxn implementation which uses LWP
A CxnPool for connecting to a local cluster with a dynamic node list
A CxnPool for connecting to a remote cluster with a static list of nodes.
A CxnPool for connecting to a remote cluster without the ability to ping.
Errors thrown by Elasticsearch
A Log::Any-based Logger implementation
This class contains the spec for the Elasticsearch APIs
This class contains the spec for the Elasticsearch APIs
Provides common functionality to Elasticseach::Bulk and Elasticsearch::Async::Bulk
Provides common functionality for Client implementations
Request parsing for Direct clients
Provides common functionality to Cxn implementations
Provides common functionality to HTTP Cxn implementations
Provides common functionality to the CxnPool implementations
A CxnPool role for connecting to a local cluster with a dynamic node list
A CxnPool role for connecting to a remote cluster with a static list of nodes.
A CxnPool for connecting to a remote cluster without the ability to ping.
A role to mark classes which should be used with other sync classes
Provides common functionality to Logger implementations
Provides common functionality to Elasticseach::Scroll and Elasticsearch::Async::Scroll
An interface for Serializer modules
Transport role providing interface between the client class and the Elasticsearch cluster
A helper module for scrolled searches
A Serializer for JSON
A helper class to launch Elasticsearch nodes
Provides interface between the client class and the Elasticsearch cluster
A utility class for internal use by Elasticsearch
A utility class for converting path templates into real paths
A utility class for query string parameters in the API