Client

Elasticsearch Client Class

Constructors

this
this()
Undocumented in source.
this
this(Host[] hosts)

Initialize with a list of hosts and reload the connections

Members

Functions

addHost
void addHost(Host host)

Add a new host to the transport

performRequest
Response performRequest(RequestMethod method, string path, ESParams parameters, string requestBody)

Perform a request against the transport

reloadConnections
void reloadConnections()

Reload all connections

Properties

transport
Transport transport [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_transport
Transport _transport;
Undocumented in source.

Meta