You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/query_string.R
|
|
|
|
\name{query_string}
|
|
|
|
\alias{query_string}
|
|
|
|
\title{Generate a query string query for ElasticSearch}
|
|
|
|
\usage{
|
|
|
|
query_string(query, fields = F, random = F)
|
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{query}{Query string in ElasticSearch query string format}
|
|
|
|
|
|
|
|
\item{fields}{List of field names to return, defaults to all}
|
|
|
|
|
|
|
|
\item{random}{Return randomized results. Boolean, defaults to FALSE}
|
|
|
|
}
|
|
|
|
\value{
|
|
|
|
A formatted ElasticSearch query string query
|
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Generate a query string query for ElasticSearch
|
|
|
|
}
|
|
|
|
\examples{
|
|
|
|
query_string(query)
|
|
|
|
}
|