: I've been experimenting with the new start script in 5.0, and have come
: across something I can't figure out.  It's easy enough to start up a
: SolrCloud example ("bin/solr start -e cloud", answer the prompts) ...
: but once I've done that, how do I restart it without telling it how to
: build the cloud example again?

the "-e" example options are for just that: running examples.

in production instances, you should avoid using -e (and for that matter: 
anything remotely related to embedded zoo keeper) and instead either run 
multiple solr instances on multiple machines, or use the "-s" and "-p" 
options to control what home dir & port each instance of solr should use.

having said that: there is in fact a "restart" option for bin/solr and 
there are some notes in the ref guide baout how to use it to restart the 
nodes that are launched using the solr cloud example...

https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+SolrCloud#GettingStartedwithSolrCloud-RestartingNodes

-Hoss
http://www.lucidworks.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to