
Build a Ragnar Store index
ragnar_store_build_index.Rd
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"))