API Reference Elasticsearch v#1.9.0
View SourceModules
Provides some convenient functions.
Provides the functions to interact with the CAT APIs.
Provides the APIs for the single document operations.
Provides the APIs for document source operations.
You can use the following APIs to introspect and manage Features provided by Elasticsearch and Elasticsearch plugins.
Provides general information about the installed X-Pack features.
Search APIs are used to search and aggregate data stored in Elasticsearch indices and data streams. For an overview and related tutorials, see The search API.
Provides usage information about the installed X-Pack features.
Provides functions to make HTTP requests to an Elasticsearch cluster.
Converts Elasticsearch data structures (documents, sources, or hits) into Elixir data structures.
Provides a struct to represent a document from Elasticsearch.
Wraps the HTTP error into an Elixir exception.
Defines a helper function to convert the keys of a map from string into atoms.
Defines a GenServer
to keep in cache the Elasticsearch mappings.
Provides some helpers to manipulate NDJSON (Newline Delimited JSON).
Converts a document or source from Elixir data structures into data structures compatible with Elasticsearch.
This module allows you to fetch a subset of documents from an Elasticsearch index. It uses a modulo operation on the document ID to determine the shard number.
Provides an utility to generate an Elixir Stream
from an Elasticsearch search.