doc_shared function

NULL Object For Common Documentation

NULL Object For Common Documentation

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".
  • Maintainer: James Lamb
  • License: BSD_3_clause + file LICENSE
  • Last published: 2025-02-24