Unsterwerx

reindex

Rebuilds the SQLite FTS5 full-text search index from canonical content. Does not perform canonical extraction — use unsterwerx canonical to Normalize ingested documents first.

Usage

bash
unsterwerx reindex

Examples

Rebuild FTS5 index

bash
unsterwerx reindex
Rebuilding FTS5 index...

Reindex Summary
══════════════════════════════════
  Canonical docs:       1807
  Indexed in FTS5:      1807
  Missing content:         0
  Total in FTS5:        1807
══════════════════════════════════

Notes