query_agg: Initialize an aggregation query

Description Usage Arguments

View source: R/query_agg.R

Description

Initialize an aggregation query

Usage

1
query_agg(con, index = NULL, size = 1000, check_fields = TRUE)

Arguments

con

an es_connect() object

index

the name of the index to query (if not specified, will fall back on 'primary_index' provided to es_connect())

size

(TODO)

check_fields

should field names be checked when the query is augmented?


hafen/elasticquery documentation built on May 17, 2021, 3:01 p.m.