We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368ae95 commit 1cf2e7bCopy full SHA for 1cf2e7b
bin/ci/scripts/install_solr.sh
@@ -37,7 +37,7 @@ run_solr5() {
37
dir_name=$1
38
./$dir_name/bin/solr -p $SOLR_PORT -h $SOLR_HOST
39
wait_for_solr
40
- ./$dir_name/bin/solr create_core $SOLR_CORE -p $SOLR_PORT -h $SOLR_HOST
+ ./$dir_name/bin/solr create_core -c $SOLR_CORE -p $SOLR_PORT
41
echo "Started"
42
}
43
0 commit comments