Solr 4.4 Default shard

2013-08-08 Thread Prasi S
I have setup solr 4.4 with cloud and have created two cores mycore_shard1, mycore_shard2. I have few questions here, 1. Once the setup is ready, i could see a default collection collection with :shard1 in the admin - cloud page. How to remove it. I have deleted the core.properties file in the

Re: Solr 4.4 Default shard

2013-08-08 Thread Anshum Gupta
Hi Prasi, I'd highly recommend you to go through the SolrCloud wiki here: http://wiki.apache.org/solr/SolrCloud . When it comes to SolrCloud, you need to read about collections before you go any further. I don't know anything about your use case so I'm guessing you just probably are trying to

Re: Solr 4.4 Default shard

2013-08-08 Thread Prasi S
Initially i created a single collection, -java -classpath .;zoo-lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost localhost:2181 -confdir solr-conf -confname *myconf1* --java -classpath .;zoo-lib/* org.apache.solr.cloud.ZkCLI -cmd linkconfig -zkhost 127.0.0.1:2181 -collection

Re: Solr 4.4 Default shard

2013-08-08 Thread Prasi S
this was only with solr 4.4.I didnt face the issue in any other versions. On Thu, Aug 8, 2013 at 4:23 PM, Prasi S prasi1...@gmail.com wrote: Initially i created a single collection, -java -classpath .;zoo-lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost localhost:2181 -confdir