added shard IDs to created shard
This commit is contained in:
@@ -23,7 +23,7 @@ if [[ ! -z "$ARG_SOLR_SHARD_IDS" ]]; then
|
||||
fi
|
||||
|
||||
if [[ ! -z "$ARG_SOLR_SHARD_RANGE" ]]; then
|
||||
SOLR_EXTRA="&property.shard.range=$ARG_SOLR_SHARD_RANGE"
|
||||
SOLR_EXTRA="&property.shard.range=$ARG_SOLR_SHARD_RANGE&property.shard.instance=$ARG_SOLR_SHARD_IDS"
|
||||
fi
|
||||
|
||||
echo "Creating a shard core in the Solr instance ..."
|
||||
|
Reference in New Issue
Block a user