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

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

Author

       Enrico Zimuel <enrico.zimuel@elastic.co>

Description

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

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

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

Name

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

Version

       version 6.81

See Also