match_all: match_all dsl

View source: R/match_all.R

match_allR Documentation

match_all dsl

Description

match_all dsl

Usage

match_all(.obj = list(), boost = NULL)

Arguments

.obj

An index object. If nothing passed defaults to all indices, equivalent to doing e.g., localhost:9200/_search

boost

Explanation...

Examples

## Not run: 
elastic::connect(errors = "complete")

# match all
index("shakespeare") %>% match_all()
index("shakespeare") %>% match_all(boost = 2)

## End(Not run)

ropensci/elasticdsl documentation built on May 18, 2022, 9:53 a.m.