class

Hermes::Repository(I, T)

Inherits Reference / Object

Class methods

aggregate(aggs, query = {match_all: {} of String => String})
Source
count(hash)
Source
create(hash)
Source
create
Source
delete(id)
Source
delete!(id)
Source
delete_by_query(hash)
Source
document_index
Source
document_type(name)
Source
explain(id, hash)
Source
find(id : String)
Source
find!(id)
Source
index
Source
multi_get(ids)
Source
reload(obj)
Source
save(obj : Persistent, refresh = false)
Source
search(hash)
Source
update(id, hash)
Source
update_by_query(hash)
Source
update_by_script(id, hash)
Source
update_doc(id, hash)
Source