Skip to contents

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.