atomic_update(clazz, updates = {})
click to toggle source
def atomic_update(clazz, updates = {})
end
atomic_update!(clazz, updates = {})
click to toggle source
def atomic_update!(clazz, updates = {})
end
batch() { || ... }
click to toggle source
commit(soft_commit = false)
click to toggle source
def commit(soft_commit = false)
end
commit_if_delete_dirty(soft_commit = false)
click to toggle source
def commit_if_delete_dirty(soft_commit = false)
end
commit_if_dirty(soft_commit = false)
click to toggle source
def commit_if_dirty(soft_commit = false)
end
delete_dirty?()
click to toggle source
def delete_dirty?
false
end
dirty?()
click to toggle source
index(*objects)
click to toggle source
index!(*objects)
click to toggle source
more_like_this(*args)
click to toggle source
def more_like_this(*args)
Search.new
end
new_more_like_this(*args)
click to toggle source
def new_more_like_this(*args)
Search.new
end
new_search(*types)
click to toggle source
def new_search(*types)
Search.new
end
optimize()
click to toggle source
remove(*objects)
click to toggle source
remove!(*objects)
click to toggle source
def remove!(*objects)
end
remove_all(clazz = nil)
click to toggle source
def remove_all(clazz = nil)
end
remove_all!(clazz = nil)
click to toggle source
def remove_all!(clazz = nil)
end
remove_by_id(clazz, id)
click to toggle source
def remove_by_id(clazz, id)
end
remove_by_id!(clazz, id)
click to toggle source
def remove_by_id!(clazz, id)
end
search(*types)
click to toggle source
def search(*types)
Search.new
end