diff --git a/solr/bin/update-configset.sh b/solr/bin/update-configset.sh new file mode 100644 index 000000000..4291e518c --- /dev/null +++ b/solr/bin/update-configset.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +if [[ -z $SOLR_HOME ]]; then + echo 'Cannot run script! You need to setup $SOLR_HOME' + exit +fi + +$SOLR_HOME/bin/solr zk upconfig -n sapl_configset -d solr/sapl_configset/ -z localhost:9983 \ No newline at end of file