swh.search.in_memory module#

class swh.search.in_memory.InMemorySearch[source]#

Bases: object

check()[source]#
deinitialize() None[source]#
initialize() None[source]#
flush() None[source]#
origin_update(documents: Iterable[OriginDict]) None[source]#
origin_get(url: str) Dict[str, Any] | None[source]#
origin_delete(url: str) bool[source]#
visit_types_count() Counter[source]#