ESClient v0.1.0 API Reference
Modules
A minimalistic Elasticsearch client for Elixir.
A helper module to retrieve configuration values and defaults for the client.
A behavior that must be implemented by custom Elasticsearch drivers. A driver sends a request to the Elasticsearch endpoint and retrieves the particular response.
An adapter implementation that uses HTTPoison to dispatch requests to Elasticsearch.
A struct containing the response data for an Elasticsearch request.
Exceptions
An error that is returned or raised when decoding of response data or encoding of request data fails.
An error that is returned or raised when the search API returned an error due to a bad request.
An error that is returned or raised when the search endpoint returns error details.