| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Indexer: Add and use language field in IndexedResource | Baitinq | 2022-11-04 | 1 | -4/+6 |
| | | |||||
| * | Indexer: Make & implement the trait insert() taking a [word] for insert | Baitinq | 2022-11-04 | 1 | -15/+16 |
| | | | | | | | This has the advantage of taking less calls to the insert() and being able to add all the logic previous to inertion to the actual Indexer implementation. | ||||
| * | Lib+Indexer: Make IndexedResource title and description Optional | Baitinq | 2022-11-02 | 1 | -4/+4 |
| | | |||||
| * | Indexer: Abstract indexer | Baitinq | 2022-11-02 | 1 | -0/+93 |
| We abstract an indexer's functionality into a trait (Indexer). We move the indexer specific code into the indexer_implementation.rs file. Im not sure if this causes a performance decrease. Should be investigated further. | |||||