Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.15 KB

LSERT

LSERT (Local Search Engine RusT)

WARNING: This is an experimental technology This code could break easily, The result might be Unexpected File ranking algorithm also not finished yet, new file ranking algorithms ideas are always welcome

Quick Start

$ cargo run index ./folder -dp
$ cargo run serve 

Supported files for tokenize

xml, xhtml, html, txt

Tasks

Server Side

  • Share the files locally (PC-Mobile), share the files that connected to the same network using FTP
  • Trying new various page ranking algorithms
  • Colored terminal view
  • can get multiple folder paths
  • Manually unselect the file, you do not want to search
  • Wrongly typed words must be noted and giving warnings
  • Auto completion engine (Trie algorithm)

Client Side

  • Provide file paths as a link (so can easily go to the file)
  • File Routing in browser with good UI (easily can navigate inside the browser)
  • Caching the pages for better performance