Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix: boost non-stemmed matches over stemmed matches | Alan Pearce | 7 days | -24/+26 |
| | | | | https://todo.sr.ht/~alanpearce/searchix/7 | |||
* | feat: increase results per page | Alan Pearce | 10 days | -1/+1 |
| | | | | References: https://todo.sr.ht/~alanpearce/searchix/5 | |||
* | feat: de-rank packages on 'all' search | Alan Pearce | 10 days | -0/+6 |
| | | | | Implements: https://todo.sr.ht/~alanpearce/searchix/4 | |||
* | refactor: improve type hinting of setField | Alan Pearce | 10 days | -3/+3 |
| | ||||
* | feat: apply stemming to search index terms | Alan Pearce | 2024-11-20 | -0/+6 |
| | ||||
* | fix: search all missing expected results | Alan Pearce | 2024-11-10 | -1/+1 |
| | | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/1 | |||
* | fix: don't error when item not found | Alan Pearce | 2024-08-17 | -0/+4 |
| | ||||
* | fix: nil panics rendering last page of search results | Alan Pearce | 2024-07-13 | -1/+1 |
| | ||||
* | feat: enable combined search | Alan Pearce | 2024-07-12 | -34/+35 |
| | ||||
* | feat: more structured logging | Alan Pearce | 2024-07-01 | -18/+27 |
| | ||||
* | refactor: rename go module | Alan Pearce | 2024-06-29 | -5/+8 |
| | ||||
* | feat: add low-memory mode | Alan Pearce | 2024-06-09 | -8/+24 |
| | ||||
* | fix: create index metadata when index exists and meta doesn't | Alan Pearce | 2024-06-08 | -0/+8 |
| | ||||
* | feat: add detail pages for packages/options | Alan Pearce | 2024-06-08 | -26/+51 |
| | ||||
* | feat: improve search relevance by boosting keyword matches | Alan Pearce | 2024-05-29 | -4/+46 |
| | ||||
* | feat: stream files directly from fetcher to importer | Alan Pearce | 2024-05-23 | -19/+57 |
| | | | | | 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/+54 |
| | ||||
* | feat: support searching packages | Alan Pearce | 2024-05-17 | -3/+5 |
| | ||||
* | 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 | -13/+13 |
| | ||||
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -0/+473 |