feat(core): run indexer in worker (#7295)

This commit is contained in:
EYHN
2024-07-02 09:18:08 +00:00
parent 27d0fc5108
commit c62d79ab14
13 changed files with 697 additions and 358 deletions
@@ -20,6 +20,9 @@ export interface IndexWriter<S extends Schema>
delete(id: string): void;
// TODO(@eyhn)
// deleteByQuery(query: Query<S>): void;
commit(): Promise<void>;
rollback(): void;