# Functions
NewClients returns a list of Elasticsearch clients based on the given configuration.
NewConnection returns a new Elasticsearch client.
# Variables
ErrJSONEncodeFailed indicates encoding failures.
ErrNotConnected indicates failure due to client having no valid connection.
ErrResponseRead indicates error parsing Elasticsearch response.
# Structs
Connection manages the connection for a given client.
ConnectionSettings are the settings needed for a Connection.
CountResults contains the count of results.
Hits contains the hits.
QueryResult contains the result of a query.
SearchResults contains the results of a search.
Total contains the number of element fetched and the relation.
# Type aliases
BulkResult contains the result of a bulk API request.