ClawVault
Commands

reindex

Rebuild the vault search index

The reindex command rebuilds the keyword search index from scratch. Optionally updates qmd embeddings for semantic (vector) search.

Usage

clawvault reindex [options]

Options

FlagDescriptionDefault
-v, --vault <path>Vault pathNearest vault
--qmdAlso update qmd embeddingsfalse

Examples

# Rebuild keyword index
clawvault reindex

# Rebuild everything including vector embeddings
clawvault reindex --qmd

Run reindex after bulk imports, manual file edits, or if search results seem stale.

On this page