Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indexer: Stem words prior to adding/searching them | Baitinq | 2022-11-11 | 1 | -0/+1 |
| | |||||
* | Indexer: Decode html entities for website title and description | Baitinq | 2022-11-06 | 1 | -1/+1 |
| | | | | Maybe we should do it for all the website's content too? :)) | ||||
* | Indexer: Add logging with env_logger | Baitinq | 2022-11-06 | 1 | -0/+2 |
| | |||||
* | Indexer+Frontend: Integrate with actix | Baitinq | 2022-11-05 | 1 | -0/+1 |
| | |||||
* | Indexer: Actix: Use the same service handler with multiple routes | Baitinq | 2022-11-05 | 1 | -0/+1 |
| | |||||
* | Indexer: Use kuchiki to split html content into words | Baitinq | 2022-10-30 | 1 | -0/+1 |
| | | | | This is better than html2text when using non-ascii characters. | ||||
* | Misc: Remove unneeded dependencies | Baitinq | 2022-10-30 | 1 | -2/+0 |
| | |||||
* | Misc: Add local lib crate to share common structs | Baitinq | 2022-10-30 | 1 | -0/+1 |
| | |||||
* | Indexer: Setup permissive CORS | Baitinq | 2022-10-27 | 1 | -1/+2 |
| | |||||
* | Indexer: Return json from the /search endpoint | Baitinq | 2022-10-27 | 1 | -0/+1 |
| | |||||
* | Indexer: Use CrawledResource structure as values in the reverse index db | Baitinq | 2022-10-25 | 1 | -0/+1 |
| | | | | This will allow us to integrate priorities and other improvements. | ||||
* | Indexer: Implement basic reverse index searching and adding | Baitinq | 2022-10-22 | 1 | -0/+2 |
| | | | | Very inefficient but kind of functional:::))))))) | ||||
* | Indexer: Add skeleton http rest endpoint functionality | Baitinq | 2022-10-21 | 1 | -0/+2 |
| | | | | /search and /resource endpoint. | ||||
* | Misc: Separate OSSE into components | Baitinq | 2022-10-19 | 1 | -0/+12 |
We now have a cargo workspace with the Crawler, Client and Indexer packages. |