Python OJAI Client API
ojai.store.DocumentStore.DocumentStore Member List

This is the complete list of members for ojai.store.DocumentStore.DocumentStore, including all inherited members.

check_and_delete(self, _id, condition)ojai.store.DocumentStore.DocumentStore
check_and_replace(self, _id, condition, doc)ojai.store.DocumentStore.DocumentStore
check_and_update(self, _id, query_condition, mutation)ojai.store.DocumentStore.DocumentStore
delete(self, doc=None, _id=None, field_as_key=None, doc_stream=None)ojai.store.DocumentStore.DocumentStore
find(self, query, options=None)ojai.store.DocumentStore.DocumentStore
find_by_id(self, _id, field_paths=None, condition=None, result_as_document=False)ojai.store.DocumentStore.DocumentStore
increment(self, _id, field, inc)ojai.store.DocumentStore.DocumentStore
insert(self, doc=None, _id=None, field_as_key=None, doc_stream=None)ojai.store.DocumentStore.DocumentStore
insert_or_replace(self, doc=None, _id=None, field_as_key=None, doc_stream=None)ojai.store.DocumentStore.DocumentStore
replace(self, doc=None, _id=None, field_as_key=None, doc_stream=None)ojai.store.DocumentStore.DocumentStore
update(self, _id, mutation)ojai.store.DocumentStore.DocumentStore