• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Search/Elasticsearch/Client/H02-Apr-2017-6,9912,457

t/H02-Apr-2017-1,9861,664

ChangesH A D02-Apr-2017270 137

LICENSEH A D02-Apr-201711.2 KiB208172

MANIFESTH A D02-Apr-20171.4 KiB4746

META.jsonH A D02-Apr-20172.2 KiB7775

Makefile.PLH A D02-Apr-20172.3 KiB8977

READMEH A D02-Apr-2017757 3020

README

1NAME
2    Search::Elasticsearch::Client::1_0 - Thin client with full support for
3    Elasticsearch 1.x APIs
4
5VERSION
6    version 5.02
7
8DESCRIPTION
9    The Search::Elasticsearch::Client::1_0 package provides a client
10    compatible with Elasticsearch 1.x. It should be used in conjunction with
11    Search::Elasticsearch as follows:
12
13        $e = Search::Elasticsearch->new(
14            client => "1_0::Direct"
15        );
16
17    See Search::Elasticsearch::Client::1_0::Direct for documentation about
18    how to use the client itself.
19
20AUTHOR
21    Clinton Gormley <drtech@cpan.org>
22
23COPYRIGHT AND LICENSE
24    This software is Copyright (c) 2017 by Elasticsearch BV.
25
26    This is free software, licensed under:
27
28      The Apache License, Version 2.0, January 2004
29
30