The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Search::Elasticsearch::Client::5_0 - Thin client with full support for Elasticsearch 5.x APIs

VERSION

version 5.01

DESCRIPTION

The Search::Elasticsearch::Client::5_0 package provides a client compatible with Elasticsearch 5.x. It should be used in conjunction with Search::Elasticsearch as follows:

    $e = Search::Elasticsearch->new(
        client => "5_0::Direct"
    );

See Search::Elasticsearch::Client::5_0::Direct for documentation about how to use the client itself.

PREVIOUS VERSIONS OF ELASTICSEARCH

This version of the client supports the Elasticsearch 5.0 branch, which is not backwards compatible with earlier branches.

If you need to talk to a version of Elasticsearch before 5.0.0, please install one of the following packages:

AUTHOR

Clinton Gormley <drtech@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by Elasticsearch BV.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004