ragnar_store_build_index: Build a Ragnar Store index

View source: R/store.R

ragnar_store_build_indexR Documentation

Build a Ragnar Store index

Description

A search index must be built before calling ragnar_retrieve(). If additional entries are added to the store with ragnar_store_insert(), ragnar_store_build_index() must be called again to rebuild the index.

Usage

ragnar_store_build_index(store, type = c("vss", "fts"))

Arguments

store

a RagnarStore object

type

The retrieval search type to build an index for.

Value

store, invisibly.


ragnar documentation built on Aug. 8, 2025, 7:07 p.m.