about summary refs log tree commit diff
path: root/indexer/src/indexer_implementation.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Indexer: Ngrams ngrams_indexerBaitinq2022-11-101-0/+5
* 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