class

Xerp::Index::Indexer

Inherits Reference < Object

Main indexer that coordinates the indexing pipeline.

Constructors

new(config : Config)
Source

Instance methods

index_all(rebuild : Bool = false) : IndexStats

Indexes all files in the workspace.

Source
index_file(rel_path : String) : Bool

Indexes a single file by relative path.

Source
remove_stale_files

Removes files from the index that no longer exist on disk.

Source