repo.refresh_index
Rebuild or refresh the BM25 search index to ensure accurate code search results. Use force=true for a complete rebuild from scratch.
Instructions
Build or incrementally refresh the BM25 search index. Run this before searching or bundling if the index is stale or not yet built. Use force=true to rebuild from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force a full rebuild even if the index appears current. |