about summary refs log tree commit diff stats
path: root/internal/search/indexer.go
Commit message (Expand)AuthorAgeLines
* refactor: move sources input data to $data_root/sourcesAlan Pearce2024-05-11-1/+23
* refactor: deduce index path automatically from config.DataPathAlan Pearce2024-05-11-10/+5
* refactor: split up NewIndexer functionAlan Pearce2024-05-11-38/+64
* style: rename Option.Option to Option.NameAlan Pearce2024-05-09-5/+5
* feat: enable index path to be configuredAlan Pearce2024-05-09-6/+23
* feat(importer): add --replace flag to overwrite existing indexAlan Pearce2024-05-09-1/+17
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-0/+183