GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Search::Elasticsearch::Client::6_0(3) User Contributed Perl Documentation Search::Elasticsearch::Client::6_0(3)

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

version 6.00

The 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.

This 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:

  • Search::Elasticsearch::Client::5_0
  • Search::Elasticsearch::Client::2_0
  • Search::Elasticsearch::Client::1_0
  • Search::Elasticsearch::Client::0_90

Clinton Gormley <drtech@cpan.org>

This software is Copyright (c) 2017 by Elasticsearch BV.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004
2017-11-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.