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

Changes for version 1.99 - 2015-08-26

  • This release provides support for Elasticsearch 2.0.0-beta1 and above, but the default client is still '1_0::Direct' and will remain so until version 2.00 is released.
  • New features:
  • Added default_qs_params, which will be added to every request
  • Added max_time to the Bulk helper, to flush after a max elapsed time
  • Added filter_path parameter to all methods which return JSON
  • Added indices.flush_synced()
  • Added render_search_template()
  • Added cat.nodeattrs()
  • Added human flag to indices.get and indices.get_settings
  • Added rewrite flag to indices.validate_query
  • Added rewrite flag to indices.analyze
  • Added fields param to bulk()
  • Added update_all_types to indices.create and indices.put_mapping
  • Added request_cache to indices.put_warmer and indices.stats
  • Added request to indices.clear_cache
  • Added RequestTimeout exception for server-side timeouts
  • Updated Plugin::Watcher with 1.0 API
  • Removed:
  • Removed id and id_cache from indices.clear_cache
  • Removed filter and filter_cache from indices.clear_cache
  • Removed ignore_conflict from indices.put_mapping
  • Bugfixes:
  • Fixed error handling in Hijk
  • Fixed live test to non-existent IP address

Modules

The official client for Elasticsearch
A helper module for the Bulk API and for reindexing
Thin client with full support for Elasticsearch 0.90 APIs
A client for running cluster-level requests
A client for running index-level requests
Thin client with full support for Elasticsearch 1.x 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
Thin client with full support for Elasticsearch 2.x 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 Hijk
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 Search::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
This class contains the spec for the Elasticsearch APIs
Provides common functionality to Elasticseach::Bulk and Search::Elasticsearch::Async::Bulk
Provides common functionality for Client implementations
Request parsing for Direct clients
Attributes and methods used by the top-level Direct::Client
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 Search::Elasticsearch::Async::Scroll
An interface for Serializer modules
A Serializer role for JSON modules
Transport role providing interface between the client class and the Elasticsearch cluster
A helper module for scrolled searches
The default JSON Serializer, using JSON::MaybeXS
A JSON Serializer using Cpanel::JSON::XS
A JSON Serializer using JSON::PP
A JSON Serializer using JSON::XS
A helper class to launch Elasticsearch nodes
Provides interface between the client class and the Elasticsearch cluster
A utility class for internal use by Search::Elasticsearch
A utility class for converting path templates into real paths
A utility class for query string parameters in the API