Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 347 Bytes

solr-cloud-demo

A SolrCloud demo based on Solr built-in example data

Start

Launch services in docker containers and index example data into SolrCloud:

bash start-services.sh

If it goes well, Solr Admin can be visited via: http://localhost:8983

Stop

Stop services and remove all docker containers:

bash stop-services.sh