Re: Migrating from Solr 5.1 to Solr 5.2.1

2015-07-06 Thread William Bell
Adrian Liew | Consultant Application Developer > Avanade Malaysia Sdn. Bhd..| Consulting Services > (: Direct: +(603) 2382 5668 > È: +6010-2288030 > > > -Original Message- > From: Zheng Lin Edwin Yeo [mailto:edwinye...@gmail.com] > Sent: Tuesday, July 7, 2015 11:46

RE: Migrating from Solr 5.1 to Solr 5.2.1

2015-07-06 Thread Adrian Liew
Tuesday, July 7, 2015 11:46 AM To: solr-user@lucene.apache.org Subject: Re: Migrating from Solr 5.1 to Solr 5.2.1 I tried to put the 3 ZooKeeper ports together with the double-quotes and it works. - bin\solr.cmd -p 8983 -s example\node1\solr -z "localhost:2181,localhost:2182,localhost:2

Re: Migrating from Solr 5.1 to Solr 5.2.1

2015-07-06 Thread Zheng Lin Edwin Yeo
I tried to put the 3 ZooKeeper ports together with the double-quotes and it works. - bin\solr.cmd -p 8983 -s example\node1\solr -z "localhost:2181,localhost:2182,localhost:2183" Regards, Edwin On 7 July 2015 at 10:59, Zheng Lin Edwin Yeo wrote: > Thank you Timothy. > > I've managed to start So

Re: Migrating from Solr 5.1 to Solr 5.2.1

2015-07-06 Thread Zheng Lin Edwin Yeo
Thank you Timothy. I've managed to start Solr 5.2.1 by using bin\solr.cmd. However, I could not get it to start it together with 3 instances of external ZooKeeper with this command - bin\solr.cmd -e cloud -z localhost:2181,localhost:2182,localhost:2183 I'll get the error *"Invalid command-line o

Re: Migrating from Solr 5.1 to Solr 5.2.1

2015-07-06 Thread Timothy Potter
Hi Edwin, You'll need to use the bin\solr.cmd to start Solr as it now requires some additional system properties to be set. Put simply, starting solr using java -jar start.jar is not supported. Please try bin\solr.cmd and let us know if you run into any issues. You can set any additional system pr

Migrating from Solr 5.1 to Solr 5.2.1

2015-07-03 Thread Zheng Lin Edwin Yeo
Hi, I'm trying to migrate from Solr 5.1 to Solr 5.2.1. However, I faced some problems when I'm trying to migrate my index over, and when I'm trying to link up the external ZooKeeper to Solr. I'm using ZooKeeper 3.4.6 In Solr 5.1, I used this command to start Solr for both Shard1 and Shard2: java