grapes-info-grapes: Get cluster and index (meta) data.

Description Usage Arguments Examples

Description

An operator to be used with requests for information

Usage

1
rescource %info% info

Arguments

rescource

An elastic_rescource object that contains the information on the Elasticsearch cluster, index and document type, where the indexed data will reside. If this does not already exist, it will be created automatically.

info

elastic_info object.

Examples

1
2
3
4
5
## Not run: 
elastic("http://localhost:9200", "iris", "data") %info% list_indices()
elastic("http://localhost:9200", "iris", "data") %info% list_fields()

## End(Not run)

AlexIoannides/elasticsearchr documentation built on July 31, 2019, 9:36 a.m.