reindex
Rebuild drifted search indexes for TF-IDF/BM25 ranked search and spell-checker vocabulary. Optionally exclude ranked or spell indexes.
Instructions
v12.5.0 — Rebuild search-side indexes that may have drifted (TF-IDF/BM25 ranked + spell-checker vocabulary). Pass ranked=false or spell=false to scope. Returns per-target ok flag + durationMs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spell | No | Rebuild the spell-checker vocabulary (default true) | |
| ranked | No | Rebuild the ranked-search (TF-IDF/BM25) index (default true) |