Skip to content

micheltank/text-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Search Engine

A CLI program to demonstrate a text search engine using inverted index

Running with the jar

java -jar app.jar example

  • There is a folder "example" with some files to quickly test the application

Running with docker

make docker_build

make docker_run

Some words to try:

coronavirus medical safety population

Limitations

Only .txt files are supported

Assumptions

Stop words are not desired

About

Text search engine using inverted index

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published