Something like this works:

bin/solr start -c -z localhost:2181 -p 8981 -s example/cloud/node1/solr

When you first start Solr with bin/solr you get a prompt asking for how many
servers you want to run and what their ports are. The script will echo
the command
you can use to start the Solr instances and it'll be something like the above.

Best,
Erick

On Mon, Aug 17, 2015 at 8:08 AM, coolmals <coolm...@gmail.com> wrote:
> I am a new user to solr. I want to start my solr service without creating any
> core/collection and using the existing core/ collection. Can you let me know
> how?
>
> I have already created a collection and have indexed my data in that. My
> server is stopped and i want to restart the server using the existing
> collection which has indexed data. Can you let me know how?
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-start-with-existing-collection-tp4223456.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to