|
NAMESearch::Elasticsearch::Client::6_0 - Thin client with full support for Elasticsearch 6.x APIsVERSIONversion 6.00DESCRIPTIONThe Search::Elasticsearch::Client::6_0 package provides a client compatible with Elasticsearch 6.x. It should be used in conjunction with Search::Elasticsearch as follows:$e = Search::Elasticsearch->new( client => "6_0::Direct" ); See Search::Elasticsearch::Client::6_0::Direct for documentation about how to use the client itself. PREVIOUS VERSIONS OF ELASTICSEARCHThis version of the client supports the Elasticsearch 6.0 branch, which is not backwards compatible with earlier branches.If you need to talk to a version of Elasticsearch before 6.0.0, please install one of the following packages:
AUTHORClinton Gormley <drtech@cpan.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2017 by Elasticsearch BV.This is free software, licensed under: The Apache License, Version 2.0, January 2004
Visit the GSP FreeBSD Man Page Interface. |