doc_shared: NULL Object For Common Documentation

Description Arguments

Description

This is a NULL object with documentation so that later functions can call inheritParams

Arguments

es_host

A string identifying an Elasticsearch host. This should be of the form [transfer_protocol][hostname]:[port]. For example, 'http://myindex.thing.com:9200'.

es_index

The name of an Elasticsearch index to be queried. Note that passing NULL is not supported. Technically, not passing an index to Elasticsearch is legal and results in searching over all indexes. To be sure that this very expensive query is not executed by accident, uptasticsearch forbids this. If you want to execute a query over all indexes in the cluster, set this argument to "_all".


uptasticsearch documentation built on Sept. 12, 2019, 1:04 a.m.