ragnar_store_build_index {ragnar} | R 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 |
type |
The retrieval search type to build an index for. |
Value
store
, invisibly.
[Package ragnar version 0.2.0 Index]