StartFileWatcher

Function StartFileWatcher 

Source
pub async fn StartFileWatcher(
    context: &BackgroundIndexerContext,
    paths: Vec<PathBuf>,
) -> Result<()>
Expand description

Start file watcher for incremental indexing

Monitors file system changes and updates index in real-time. This enables:

  • Real-time search updates
  • Automatic reindexing of changed files
  • Removal of deleted files from index