Search::Elasticsearch::Client::1_0::Async - Thin async client with full support for Elasticsearch 2.x APIs
version 6.81
The Search::Elasticsearch::Client::1_0::Async package provides a client compatible with Elasticsearch 1.x. It should be used in conjunction with Search::Elasticsearch::Async as follows:
$e = Search::Elasticsearch::Async->new( client => "1_0::Direct" );
See Search::Elasticsearch::Client::1_0::Direct for documentation about how to use the client itself.
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
To install Search::Elasticsearch::Client::1_0::Async, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Search::Elasticsearch::Client::1_0::Async
CPAN shell
perl -MCPAN -e shell install Search::Elasticsearch::Client::1_0::Async
For more information on module installation, please visit the detailed CPAN module installation guide.