Group
Extension

Matches 1

Search-ElasticDirect ( M/MP/MPOURASG/Search-ElasticDirect-2.5.2.tar.gz, MPOURASG, 2023; MetaCPAN )
Search-ElasticDirect/lib/Search/ElasticDirect.pm ( view source; MetaCPAN )
;
use URI::Escape;
use Cpanel::JSON::XS;

my $json = Cpanel::JSON::XS->new;
$json->allow_bignum(1);
$json->allow_blessed(1);
$json->canonical(0);
$json->pretty(0);
$json->utf8(1);

my $first_doc= 1;
m
   => '_cat/health',
  param         => '',
  send_data     => '',
  format        => 'data' # json, json_pretty, yaml, txt, data
	};

# Set properties from arguments

  for (my($i,$j)=(0,1); $i < sca
bj->{connect}->request('GET', "$obj->{url}/_cat/nodes?format=json&pretty=false&h=name,master", {headers=> {'Content-Type'=>'application/json'}});
$obj->{error}=0;

  unless ($response->{success}) {
  

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.