Skip to content

alwayscommit/irws-lucene-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irws-lucene-app

Lucene Search Engine designed by Dumbledore's Army

  1. Login onto Azure VM - using the private key shared in the email
  2. The project is already cloned at /home/ranglana/assignment2/irws-lucene-app, you can run a 'git pull' in this folder to get the latest code
  3. Run "mvn clean package" after fetching the latest code
  4. Use the following command after you build the project successfully. We need to allocate more memory for the program. java -Xms2048m -Xmx3084m -jar target/irws-lucene-app-0.0.1-SNAPSHOT.jar server.properties server.properties contains filepaths to different datasets and the query filepaths
  5. The output file will be generated at '/home/ranglana/assignment2' as 'output.txt'
  6. Run trec_eval -- ../trec_eval/trec_eval qrels-assignment2.part1 output.txt../trec_eval/trec_eval qrels-assignment2.part1 output.txt

About

Lucene Search Engine designed by Dumbledore's Army

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5