···2323 rank float64
2424}
25252626-// BulkIndexPageranks updates the pageranks for the DIDs in the Serch Index from a CSV file.
2626+// BulkIndexPageranks updates the pageranks for the DIDs in the Search Index from a CSV file.
2727func (idx *Indexer) BulkIndexPageranks(ctx context.Context, pagerankFile string) error {
2828 f, err := os.Open(pagerankFile)
2929 if err != nil {