rubber v0.7.0 Rubber.Document
The document APIs expose CRUD operations on documents.
Link to this section Summary
Functions
Uses the Delete By Query API
Get multiple documents matching the query using the Multi Get API
Link to this section Functions
Link to this function
delete_matching(elastic_url, index_name, query, query_params \\ [])
Uses the Delete By Query API.
Link to this function
make_path(index_name, type_name, query_params, id, suffix \\ nil)
Link to this function
mget(elastic_url, query, index_name \\ nil, type_name \\ nil, query_params \\ [])
Get multiple documents matching the query using the Multi Get API.