Elasticlient
|
Celasticlient::Bulk | Class for bulk document indexing |
Celasticlient::Client | Class for managing Elasticsearch connection in one Elasticsearch cluster |
▼Celasticlient::Client::ClientOption | Abstract class for various options passed to Client constructor |
▼Celasticlient::Client::ClientOptionValue< std::int32_t > | |
Celasticlient::Client::ConnectTimeoutOption | The connection timeout [ms] for client |
Celasticlient::Client::TimeoutOption | The timeout [ms] setting for client connection |
Celasticlient::Client::ClientOptionValue< T > | Helper class holding single value for ClientOption implementations |
Celasticlient::Client::ProxiesOption | Proxies option for client connection |
Celasticlient::Client::SSLOption | Options to setup SSL for client connection |
▼Celasticlient::IBulkData | Interface for Bulk data collector classes |
Celasticlient::SameIndexBulkData | |
▼Cruntime_error | |
Celasticlient::ConnectionException | |
▼Celasticlient::Scroll | Class for use of Elasticsearch Scroll API |
Celasticlient::ScrollByScan | Class for use of Elasticsearch Scroll API with deprecated scan option |
▼Celasticlient::Client::SSLOption::SSLOptionType | Abstract base class for specific SSL options |
Celasticlient::Client::SSLOption::CaInfo | Path to the custom CA bundle |
Celasticlient::Client::SSLOption::CertFile | Path to the certificate |
Celasticlient::Client::SSLOption::KeyFile | Path to the certificate key file |
Celasticlient::Client::SSLOption::VerifyHost | Flag whether to verify host |
Celasticlient::Client::SSLOption::VerifyPeer | Flag whether to verify peer |