Elasticlient
|
▼Nelasticlient | The elasticlient namespace |
CBulk | Class for bulk document indexing |
▼CClient | Class for managing Elasticsearch connection in one Elasticsearch cluster |
CClientOption | Abstract class for various options passed to Client constructor |
CClientOptionValue | Helper class holding single value for ClientOption implementations |
CConnectTimeoutOption | The connection timeout [ms] for client |
CProxiesOption | Proxies option for client connection |
▼CSSLOption | Options to setup SSL for client connection |
CCaInfo | Path to the custom CA bundle |
CCertFile | Path to the certificate |
CKeyFile | Path to the certificate key file |
CSSLOptionType | Abstract base class for specific SSL options |
CVerifyHost | Flag whether to verify host |
CVerifyPeer | Flag whether to verify peer |
CTimeoutOption | The timeout [ms] setting for client connection |
CConnectionException | |
CIBulkData | Interface for Bulk data collector classes |
CSameIndexBulkData | |
CScroll | Class for use of Elasticsearch Scroll API |
CScrollByScan | Class for use of Elasticsearch Scroll API with deprecated scan option |