public Task OnRecordsInitAsync(IRecordStore store, CancellationToken cancellationToken = default) { return(_index.RebuildAsync(store, cancellationToken)); }