# Functions
Initialize initializes a elasticsearch store adapter.
InitializeWithFlags should be called after RegisterFlags and flag.Parse to initialize an elasticsearch adapter using flag values.
New creates a new instance of an ElasticSearch store.
RegisterFlags registers the flags used by InitializeWithFlags.
# Constants
DefaultURL is the default URL of the database.
Description is the description set in the store's information.
Name is the name set in the store's information.
# Structs
Config contains configuration options for the store.
ESStore is the type that implements github.com/stratumn/go-core/store.Adapter.
Evidences is a wrapper around types.EvidenceSlice for json ElasticSearch serialization compliance.
Info is the info returned by GetInfo.
SearchQuery contains pagination and query string information.
Value is a wrapper struct for the value of the keyvalue store part.