Skip to content

MoMus2000/mus-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mus-Search

TF-IDF based search using Rust

Introduction

Index your files and search for keywords in a jiffy.

Features

  • index
  • search

PDF, TXT support, Ms-Word, PPT(x) & API support !

more support to come !

Prerequisites

List the software and tools that need to be installed before setting up your project.

Installation

Step-by-step instructions on how to install and set up your Rust project. Include prerequisites, dependencies, and any other important information.

# Clone the repository
git clone https://github.com/momus2000/mus-search.git

# Navigate to the project directory
cd mus_search

# Build the project
cargo build

# generate the index
cargo run index ./data

# perform search
cargo run --release serve

About

search engine in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors