source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/solr/templates/solr-init-collection.sh@ 30969

Last change on this file since 30969 was 30969, checked in by davidb, 7 years ago

Fine tuning resulting from testing the cloud/cluster

File size: 128 bytes
Line 
1#!/bin/bash
2
3solr create \
4 -c htrc-pd-ef \
5 -d data_driven_schema_configs \
6 -shards 3 \
7 -replicationFactor 2
Note: See TracBrowser for help on using the repository browser.