about summary refs log tree commit diff stats
path: root/internal/index/indexer.go
Commit message (Collapse)AuthorAgeLines
* feat: automatically add/remove sources to/from indexAlan Pearce2024-05-17-0/+35
|
* feat(index): enable storage of package dataAlan Pearce2024-05-17-1/+11
|
* perf: flush index batch in groups of 10000Alan Pearce2024-05-17-5/+26
|
* fix: rebuild index when --replace is specifiedAlan Pearce2024-05-16-4/+4
|
* refactor: remove unnecessary and incorrect bleve config optionAlan Pearce2024-05-16-1/+0
|
* refactor: use interface to unify Options and PackagesAlan Pearce2024-05-16-11/+11
|
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-0/+298