match_all | R Documentation |
match_all dsl
match_all(.obj = list(), boost = NULL)
.obj |
An index object. If nothing passed defaults to all indices, equivalent to
doing e.g., |
boost |
Explanation... |
## Not run: elastic::connect(errors = "complete") # match all index("shakespeare") %>% match_all() index("shakespeare") %>% match_all(boost = 2) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.