Sign in
apache
/
lucene-solr
/
refs/heads/reference_impl_dev
/
.
/
solr
/
docker
/
scripts
/
stop-local-solr
blob: a0c77423c2fb6f200a1d02fefc16b5992bde8e0e [
file
]
#!/bin/bash
# stop the background Solr, and restore the normal configuration
set
-
e
if
[[
"$VERBOSE"
==
"yes"
]];
then
set
-
x
fi
echo
"Shutting down the background Solr"
solr stop