Skip to content

Releases: KjetilIN/rs-search-engine

v0.2.0

16 Jun 15:16
10193e3
Compare
Choose a tag to compare

v0.2.0 Enhancements!

  • Multi threading when indexing the search engine
  • Switched from indexing Kubernetes website to gutenberg.org books (still HTML)
  • Dockerized the project!

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 May 16:06
7570203
Compare
Choose a tag to compare

V0.1.0 First Version of Search Engine

Features:

  • HTML Parsing: Efficiently parses HTML files from the Kubernetes website.
  • Tokenization: Breaks down the content into individual tokens (words) for analysis.
  • TF-IDF Scoring: Uses TF-IDF to score and rank documents based on their relevance to the search query.
  • Rust Backend: Utilizes Rust and the tiny_http library to serve search requests.
  • Frontend Interface: Provides a frontend created by vanilla HTML/CSS.

Further Focus:

  • Implement DB
  • Unit testing
  • Style the site better
  • Deploy with Kubernetes
  • Add more websites to engine