source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SCRIPTS/remote-solr-init-full-ef-collection.sh@ 31101

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

Correction to collection name

  • Property svn:executable set to *
File size: 129 bytes
Line 
1#!/bin/bash
2
3ssh gc0 \
4 solr create \
5 -c htrc-full-ef \
6 -d htrc_configs \
7 -shards 10 \
8 -replicationFactor 2
Note: See TracBrowser for help on using the repository browser.