ragnar_store_build_index | R Documentation |
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.
ragnar_store_build_index(store, type = c("vss", "fts"))
store |
a |
type |
The retrieval search type to build an index for. |
store
, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.