about summary refs log tree commit diff
path: root/indexer/src/indexer_implementation.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Indexer: Stem words prior to adding/searching themBaitinq2022-11-111-4/+12
* Indexer: Add and use language field in IndexedResourceBaitinq2022-11-041-4/+6
* Indexer: Make & implement the trait insert() taking a [word] for insertBaitinq2022-11-041-15/+16
* Lib+Indexer: Make IndexedResource title and description OptionalBaitinq2022-11-021-4/+4
* Indexer: Abstract indexerBaitinq2022-11-021-0/+93