Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Author

       Enrico Zimuel <enrico.zimuel@elastic.co>

Description

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

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

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

Name

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

Previous Versions Of Elasticsearch

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

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

       •   Search::Elasticsearch::Client::7_0

       •   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

Version

       version 8.12

See Also