rubber v0.7.0 API Reference
Modules
Rubber consists of several modules trying to match the Elasticsearch API and a
Rubber.HTTP
module for raw requests
The bulk API makes it possible to perform many index/delete operations in a single API call
The document APIs expose CRUD operations on documents
A thin HTTPoison wrapper
The indices APIs are used to manage individual indices, index settings, aliases, mappings, and index templates
The mapping API is used to define how documents are stored and indexed
The search APIs are used to query indices