KjetilIN / rs-search-engine

A custom search engine built with Rust. It parses HTML files and utilizes TF-IDF scoring to rank document relevance based on search queries. The project includes a Rust-based backend server and vanilla HTML/CSS for the web frontend.
MIT License
0 stars 0 forks source link

Save parsed documents to files #1

Closed KjetilIN closed 3 months ago

KjetilIN commented 3 months ago

What?

Add the ability to save the content of a parsed file to a file. Then add the ability to make the program load the file instead of parsing it again.

KjetilIN commented 3 months ago

Done!

Parsing files into dat files in commit 51adf71