Module rs_es::operations
[−]
[src]
Implementations of specific ElasticSearch operations
The various methods on Client
are entry points to
ElasticSearch's set of operations. This module, and it's child modules are
the implementation of those operations.
Modules
analyze |
Implementation of ElasticSearch Analyze operation |
bulk |
Implementation of the Bulk API |
common |
Features common to all operations |
delete |
Implementation of delete operations, both Delete-By-Query and Delete-By-Id |
delete_index |
Implementation of ElasticSearch Delete Index operation |
get |
Implementation of the Get API |
index |
Implementation of ElasticSearch Index operation |
mapping |
Implementation of ElasticSearch Mapping operation |
refresh |
Refresh an Index |
search |
Implementations of both Search-by-URI and Search-by-Query operations |
version |
Fetch ElasticSearch version information |
Structs
GenericResult | |
ShardCountResult |
Shared struct for operations that include counts of success/failed shards. This is returned within various other result structs. |