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

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

Changes to better suit EF set used with solr

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