reindex_1c_platform_help
Incrementally update the help documentation index by reindexing only changed files. Use this when the index is out of sync after adding or updating help files; a full rebuild requires a separate command.
Instructions
СЛУЖЕБНЫЙ. Инкрементально обновить индекс каталога справки: переиндексируются только изменившиеся файлы. Обычно не нужен — вызывать только при рассинхроне после обновления или добавления нескольких файлов справки. Полную пересборку этот инструмент НЕ делает: force=true возвращает отказ, потому что пересборка всего корпуса не укладывается в таймаут запроса. Для неё есть отдельная команда, node ./scripts/build-index.js --force, запускаемая вне обслуживания запросов.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Optional absolute path to a help directory. Defaults to BIT_1C_HELP_ROOT or ./kb. | |
| force | No | Not supported: true is refused. A full rebuild does not fit into a request timeout; run node ./scripts/build-index.js --force outside of request serving instead. | |
| source | No | Optional source subdirectory to reindex, for example Platform/8.3.27.1989. |