pub async fn run(config_path: PathBuf) -> Result<(), IndexerError>Expand description
Run the Zaino indexer.
Runs the main indexer loop with restart support. Logging should be initialized by the caller before calling this function. Returns an error if config loading or indexer startup fails.