Skip to content

NyanSet/full-text-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full text search

Simple search engine using inverted index data structure and TF-IDF relevance metric.

Put files to search in to the ./files directory or specify another path in docker-compose.yml volumes.

Run services

docker-compose up

Index building option

To avoid index rebuilding every time you start the services, change COMMAND option in .env from build to start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published