This is the Solr used for our CZ4034 - Information Retrieval group assignment.
- Ensure that Java SE version 8 or above is installed
- Clone this repository
- From the base directory run the following command
$ bin/solr start
- Solr will be running at port 8983
- To stop run the follwing command
$ bin/solr stop