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

Changes for version 0.41 - 2011-08-26

  • BREAKING CHANGES:
    • ElasticSearch::Transport::Thrift is now in a separate release
    • delete_index() and delete_mapping() now require an index parameter, to avoid accidental deletes.
    • the return value for the bulk() methods, when { as_json => 1} is specified, is now the JSON equivalent of the normal return value, not the raw value from ES
  • OTHER:
    • started using Dist::Zilla
    • Added ElasticSearch::Transport::Curl, as a separate release
    • get_aliases now works with {as_json => 1}

Modules

An API for communicating with ElasticSearch
Exception objects for ElasticSearch
Check or filter query strings
Start an ElasticSearch cluster for testing
Base class for communicating with ElasticSearch
LWP based HTTP backend
HTTP::Lite based HTTP backend
HTTP::Tiny based HTTP backend
Util subs for ElasticSearch

Provides

in lib/ElasticSearch/RequestParser.pm