Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 312 Bytes

hotel-indexer

Indexer for the Hotel Search Engine project

Start Server

In order to start the Solr server and index the data, you need to run the following command:

$ make start

Stop Server

In order to stop the Solr server, you need to run the following command:

$ make stop