Learn R Programming

elasticsearch (version 0.1.0)

indices.get: indices.get

Description

indices.get

Usage

indices.get(client, ...)
"indices.get"(client, index = "_all", local = FALSE, ignore_unavailable = FALSE, allow_no_indices = FALSE, expand_wildcards = "open", feature = NULL, raw = FALSE, validate_params = TRUE)

Arguments

index
String The name of the index
local
Logical Return local information, do not retrieve the state from master node (default: false)
ignore_unavailable
Logical Whether specified concrete indices should be ignored when unavailable (missing or closed)
allow_no_indices
Logical Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices have been specified)
expand_wildcards
String Whether to expand wildcard expression to concrete indices that are open, closed or both
feature
String, String[], Logical A comma-separated list of features