Type Alias IndexerFn<IndexerOptions>

IndexerFn: (
    docs: Document[],
    indexerOpts: TypeOf<IndexerOptions>,
) => Promise<void>

Indexer implementation function signature.

Type Parameters

Type declaration