elasticsearch-interchange-0.2.0.0: Serialization of Elasticsearch requests and responses
Safe HaskellSafe-Inferred
LanguageHaskell2010

Elasticsearch.Aliases.Request

Synopsis

Documentation

data Action Source #

The action to be taken with the document.

Constructors

Add AddAttributes

Add an index to an alias

Remove RemoveAttributes

Remove an index from an alias

Instances

Instances details
Show Action Source # 
Instance details

Defined in Elasticsearch.Aliases.Request

data AddAttributes Source #

Constructors

AddAttributes 

Instances

Instances details
Show AddAttributes Source # 
Instance details

Defined in Elasticsearch.Aliases.Request