IndexBuilder.build()
Home > @backstage/plugin-search-backend-node
> IndexBuilder
> build
Compiles collators and decorators into tasks, which are added to a scheduler returned to the caller.
Signature:
build(): Promise<{
scheduler: Scheduler;
}>;
Returns:
Promise<{ scheduler: Scheduler; }>