OpenSearch-Client 3.007004 Latest

Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: OpenSearch::Client::Core::3_0, OpenSearch::Client::Error
prereq_matches_use

List all used modules in META.yml requires

Error:
  • Cpanel::JSON::XS
  • JSON::XS

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: OpenSearch::Client::Core::3_0, OpenSearch::Client::Error
consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 3.007004,3.071

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
OpenSearch::Client An unofficial Perl client for OpenSearch 3.007004 metacpan
OpenSearch::Client::Core::3_0 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::AsyncSearch 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Cat 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Cluster 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::DanglingIndices 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::FlowFramework 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::GeoSpatial 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::ISM 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Indices 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Ingest 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Ingestion 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Insights 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::KNN 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::LTR 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::List 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::ML 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Neural 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Nodes 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Notifications 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Observability 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::PPL 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Query 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::RemoteStore 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Replication 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Rollups 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::SQL 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::SearchPipeline 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::SearchRelevance 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Security 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::SecurityAnalytics 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Snapshot 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::SnapshotManagement 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Tasks 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::Transforms 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::UBI 3.007004 metacpan
OpenSearch::Client::Core::3_0::Direct::WLM 3.007004 metacpan
OpenSearch::Client::Core::3_0::Helper::Bulk A helper module for the Bulk API 3.007004 metacpan
OpenSearch::Client::Core::3_0::Helper::Scroll A helper module for scrolled searches 3.007004 metacpan
OpenSearch::Client::Core::3_0::Role::API 3.007004 metacpan
OpenSearch::Client::Core::3_0::Role::Helper::Bulk Provides common functionality to L<OpenSearch::Client::Core::3_0::Helper::Bulk> 3.007004 metacpan
OpenSearch::Client::Core::3_0::Role::Helper::Scroll Provides common functionality to L<OpenSearch::Client::Core::3_0::Helper::Scroll> 3.007004 metacpan
OpenSearch::Client::Cxn::Factory Used by CxnPools to create new Cxn instances. 3.007004 metacpan
OpenSearch::Client::Cxn::HTTPTiny A Cxn implementation which uses HTTP::Tiny 3.007004 metacpan
OpenSearch::Client::Cxn::LWP A Cxn implementation which uses LWP 3.007004 metacpan
OpenSearch::Client::CxnPool::Sniff A CxnPool for connecting to a local cluster with a dynamic node list 3.007004 metacpan
OpenSearch::Client::CxnPool::Static A CxnPool for connecting to a remote cluster with a static list of nodes. 3.007004 metacpan
OpenSearch::Client::CxnPool::Static::NoPing A CxnPool for connecting to a remote cluster without the ability to ping. 3.007004 metacpan
OpenSearch::Client::Error Errors thrown by OpenSearch::Client 3.007004 metacpan
OpenSearch::Client::Logger::LogAny A Log::Any-based Logger implementation 3.007004 metacpan
OpenSearch::Client::Role::API Provides common functionality for API implementations 3.007004 metacpan
OpenSearch::Client::Role::Client Provides common functionality for Client implementations 3.007004 metacpan
OpenSearch::Client::Role::Client::Direct Request parsing for Direct clients 3.007004 metacpan
OpenSearch::Client::Role::Cxn Provides common functionality to HTTP Cxn implementations 3.007004 metacpan
OpenSearch::Client::Role::CxnPool Provides common functionality to the CxnPool implementations 3.007004 metacpan
OpenSearch::Client::Role::CxnPool::Sniff A CxnPool role for connecting to a local cluster with a dynamic node list 3.007004 metacpan
OpenSearch::Client::Role::CxnPool::Static A CxnPool role for connecting to a remote cluster with a static list of nodes. 3.007004 metacpan
OpenSearch::Client::Role::CxnPool::Static::NoPing A CxnPool for connecting to a remote cluster without the ability to ping. 3.007004 metacpan
OpenSearch::Client::Role::Is_Sync A role to mark classes which should be used with other sync classes 3.007004 metacpan
OpenSearch::Client::Role::Logger Provides common functionality to Logger implementations 3.007004 metacpan
OpenSearch::Client::Role::Serializer An interface for Serializer modules 3.007004 metacpan
OpenSearch::Client::Role::Serializer::JSON A Serializer role for JSON modules 3.071 metacpan
OpenSearch::Client::Role::Transport Transport role providing interface between the client class and the OpenSearch cluster 3.007004 metacpan
OpenSearch::Client::Serializer::JSON The default JSON Serializer, using JSON::MaybeXS 3.007004 metacpan
OpenSearch::Client::Serializer::JSON::Cpanel A JSON Serializer using Cpanel::JSON::XS 3.007004 metacpan
OpenSearch::Client::Serializer::JSON::PP A JSON Serializer using JSON::PP 3.007004 metacpan
OpenSearch::Client::Serializer::JSON::XS A JSON Serializer using JSON::XS 3.007004 metacpan
OpenSearch::Client::Transport Provides interface between the client class and the OpenSearch cluster 3.007004 metacpan
OpenSearch::Client::Util A utility class for internal use by OpenSearch::Client 3.007004 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
cpanfile metacpan