Elasticsearch 7.00.*
editElasticsearch 7.00.*
editThe current version of the client supports the Elasticsearch 8 and 7.
If you need to talk to a version of Elasticsearch 7,
please use Search::Elasticsearch::Client::7_00::Direct
as follows:
$es = Search::Elasticsearch->new( client => '7_00::Direct' );