Expand description
HTTP transport and connection components
Structs§
- Connection
- A connection to an Elasticsearch node, used to send an API request
- Single
Node Connection Pool - A connection pool that manages the single connection to an Elasticsearch cluster.
- Transport
- A HTTP transport responsible for making the API requests to Elasticsearch, using a Connection selected from a ConnectionPool
- Transport
Builder - Builds a HTTP transport to make API calls to OpenSearch
Enums§
- Build
Error - Error that can occur when building a Transport
Statics§
- DEFAULT_
ADDRESS - Default address to Elasticsearch running on
http://localhost:9200
Traits§
- Connection
Pool - A pool of Connections, used to make API calls to Elasticsearch.