about summary refs log tree commit diff
path: root/indexer/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Indexer: Return json from the /search endpointBaitinq2022-10-271-7/+4
* Indexer: Use CrawledResource structure as values in the reverse index dbBaitinq2022-10-251-11/+43
* Indexer: Add "correct" error handlingBaitinq2022-10-251-7/+7
* Crawler+Indexer: Rust cleanupBaitinq2022-10-231-11/+4
* Indexer: Listen on 0.0.0.0Baitinq2022-10-231-1/+1
* Indexer: Implement basic reverse index searching and addingBaitinq2022-10-221-8/+81
* Indexer: Add skeleton http rest endpoint functionalityBaitinq2022-10-211-1/+31
* Misc: Separate OSSE into componentsBaitinq2022-10-191-0/+3