Description Usage Arguments Value See Also Examples
Define Elasticsearch query.
1 | query(json, size = 0)
|
json |
JSON object describing the query that needs to be executed. |
size |
[optional] The number of documents to return. If left unspecified, then the default if to return all documents. |
An elastic_query
object.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1 | all_docs <- query('{"match_all": {}}')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.