o19s / puppet-solr

Puppet module for installing solr with a stand alone jetty server
7 stars 10 forks source link

NUM_SHARDS doesn't work #7

Closed pdehlke closed 9 years ago

pdehlke commented 9 years ago

From files/solr, I don't think this is what you want :)

if [ "$NUM_SHARDS" ] then JAVA_OPTIONS+=("-DnumShards=$SOLR_PORT") fi

sstults commented 9 years ago

HA! I bet you're right...

sstults commented 9 years ago

Fixed