Lucene Search Engine
Written in Java and deploy on AWS EC2
- Download the "Search Engine" Directory
- Run "mvn package in the "SearchEngine" folder
- Run "java -cp target/se-1.0-SNAPSHOT.jar com.joey.se.CreateIndex"
- Run "java -cp target/se-1.0-SNAPSHOT.jar com.joey.se.SearchEngine"
- Results will be outputted to the SearchEngine folder in "results.txt".