Description Usage Arguments Value Examples
Objects of this class contain all of the information required to locate documents in an Elasticsearch cluster.
1 |
cluster_url |
URL to the Elastic cluster. |
index |
The name of an index on the Elasticsearch cluster. |
doc_type |
[optional] The name of a document type within the index. |
An elastic_rescource
object.
1 2 3 4 | ## Not run:
my_data <- elastic("http://localhost:9200", "iris", "data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.