Data-AnyXfer

 view release on metacpan or  search on metacpan

lib/Search/Elasticsearch/Client/6_0/Role/API.pm  view on Meta::CPAN

        qs => {
            error_trace                   => "boolean",
            filter_path                   => "list",
            human                         => "boolean",
            level                         => "enum",
            local                         => "boolean",
            master_timeout                => "time",
            timeout                       => "time",
            wait_for_active_shards        => "string",
            wait_for_events               => "enum",
            wait_for_no_relocating_shards => "boolean",
            wait_for_nodes                => "string",
            wait_for_status               => "enum",
        },
    },

    'cluster.pending_tasks' => {
        doc   => "cluster-pending",
        parts => {},
        paths => [ [ {}, "_cluster", "pending_tasks" ] ],
        qs    => {

lib/Search/Elasticsearch/Role/API/2_0.pm  view on Meta::CPAN

        doc   => "cluster-health",
        parts => { index => { multi => 1 } },
        paths => [
            [ { index => 2 }, "_cluster", "health", "{index}" ],
            [ {}, "_cluster", "health" ],
        ],
        qs => [
            "filter_path",    "level",
            "local",          "master_timeout",
            "timeout",        "wait_for_active_shards",
            "wait_for_nodes", "wait_for_relocating_shards",
            "wait_for_status",
        ],
    },

    'cluster.pending_tasks' => {
        doc   => "cluster-pending",
        parts => {},
        paths => [ [ {}, "_cluster", "pending_tasks" ] ],
        qs => [ "filter_path", "local", "master_timeout" ],
    },



( run in 1.014 second using v1.01-cache-2.11-cpan-71847e10f99 )