File: README

package info (click to toggle)
libsearch-elasticsearch-client-1-0-perl 6.81-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 444 kB
  • sloc: perl: 2,788; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
NAME
    Search::Elasticsearch::Client::1_0 - Thin client with full support for
    Elasticsearch 1.x APIs

VERSION
    version 6.81

DESCRIPTION
    The Search::Elasticsearch::Client::1_0 package provides a client
    compatible with Elasticsearch 1.x. It should be used in conjunction with
    Search::Elasticsearch as follows:

        $e = Search::Elasticsearch->new(
            client => "1_0::Direct"
        );

    See Search::Elasticsearch::Client::1_0::Direct for documentation about
    how to use the client itself.

AUTHOR
    Enrico Zimuel <enrico.zimuel@elastic.co>

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