Skip to content

hotel-se/hotel-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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