package Search::Elasticsearch::Client::1_0::Async; our $VERSION='6.81'; use Search::Elasticsearch::Client::1_0 6.00 (); 1; =pod =encoding UTF-8 =head1 NAME Search::Elasticsearch::Client::1_0::Async - Thin async client with full support for Elasticsearch 2.x APIs =head1 VERSION version 6.81 =head1 DESCRIPTION The L package provides a client compatible with Elasticsearch 1.x. It should be used in conjunction with L as follows: $e = Search::Elasticsearch::Async->new( client => "1_0::Direct" ); See L for documentation about how to use the client itself. =head1 AUTHOR Enrico Zimuel =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2020 by Elasticsearch BV. This is free software, licensed under: The Apache License, Version 2.0, January 2004 =cut __END__ # ABSTRACT: Thin async client with full support for Elasticsearch 2.x APIs