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.
docker-compose up
To avoid index rebuilding every time you start the services, change COMMAND
option in .env
from build
to start
.