DOKK / manpages / debian 11 / libsearch-elasticsearch-perl / Search::Elasticsearch::Client::7_0.3pm.en
Search::Elasticsearch::Client::7_0(3pm) User Contributed Perl Documentation Search::Elasticsearch::Client::7_0(3pm)

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

version 7.30

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

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

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

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

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

  • Search::Elasticsearch::Client::6_0
  • Search::Elasticsearch::Client::5_0
  • Search::Elasticsearch::Client::2_0
  • Search::Elasticsearch::Client::1_0
  • Search::Elasticsearch::Client::0_90

Enrico Zimuel <enrico.zimuel@elastic.co>

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

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004
2020-11-10 perl v5.32.0