Explicitly refresh one or more index, making all operations performed since the last refresh available for search.
Usage
indices.refresh(client, ...)
"indices.refresh"(client, index = "_all", ignore_unavailable = NULL, allow_no_indices = NULL, expand_wildcards = "open", raw = FALSE, validate_params = TRUE)
Arguments
index
String The name of the index
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