Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: improve relevance with compound words | Alan Pearce | 4 days | -1/+2 |
| | | | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/8 Fixes: https://todo.sr.ht/~alanpearce/searchix/10 | |||
* | refactor: remove unused analyser | Alan Pearce | 4 days | -12/+1 |
| | ||||
* | fix: re-index refusing to delete data directory with programs.db | Alan Pearce | 2025-01-31 | -0/+1 |
| | ||||
* | feat: enable searching via program names for multi-program packages | Alan Pearce | 2025-01-15 | -0/+1 |
| | | | | implements: https://todo.sr.ht/~alanpearce/searchix/6 | |||
* | fix: boost non-stemmed matches over stemmed matches | Alan Pearce | 2025-01-02 | -10/+9 |
| | | | | https://todo.sr.ht/~alanpearce/searchix/7 | |||
* | feat: apply stemming to search index terms | Alan Pearce | 2024-11-20 | -0/+6 |
| | ||||
* | feat: more structured logging | Alan Pearce | 2024-07-01 | -12/+16 |
| | ||||
* | refactor: rename go module | Alan Pearce | 2024-06-29 | -2/+3 |
| | ||||
* | feat: add low-memory mode | Alan Pearce | 2024-06-09 | -8/+24 |
| | ||||
* | feat: improve search relevance by boosting keyword matches | Alan Pearce | 2024-05-29 | -1/+2 |
| | ||||
* | feat: stream files directly from fetcher to importer | Alan Pearce | 2024-05-23 | -11/+15 |
| | | | | | Use IndexMeta to store the information relevant to making conditional updates in future runs. | |||
* | fix: abort import of source on batch processing errors | Alan Pearce | 2024-05-23 | -1/+18 |
| | ||||
* | feat: use attribute instead of name for packages | Alan Pearce | 2024-05-17 | -1/+1 |
| | ||||
* | feat: automatically add/remove sources to/from index | Alan Pearce | 2024-05-17 | -0/+35 |
| | ||||
* | feat(index): enable storage of package data | Alan Pearce | 2024-05-17 | -1/+11 |
| | ||||
* | perf: flush index batch in groups of 10000 | Alan Pearce | 2024-05-17 | -5/+26 |
| | ||||
* | fix: rebuild index when --replace is specified | Alan Pearce | 2024-05-16 | -4/+4 |
| | ||||
* | refactor: remove unnecessary and incorrect bleve config option | Alan Pearce | 2024-05-16 | -1/+0 |
| | ||||
* | refactor: use interface to unify Options and Packages | Alan Pearce | 2024-05-16 | -11/+11 |
| | ||||
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -0/+298 |