Re: To understand SolrCloud configurations

2014-12-18 Thread E S J
ds and goes. So the path is something like > /configs/whatevertheconfignameis. > > HTH, > Erick > > On Thu, Dec 18, 2014 at 3:53 PM, E S J wrote: > > Hi Erick, > > > > This question came to my mind after sometime seen your reply, Why Solr > > configura

Re: To understand SolrCloud configurations

2014-12-18 Thread E S J
appily overwrite your configs > in the Zookeeper "default" node with the new ones, _and_ distribute > them to all the Solr nodes when they were restarted. > > So where your configs "should" live is in some kind of version > control.. > > HTH, > Erick >

Re: SolrCloud Collection creation timeout

2014-12-16 Thread E S J
Hi Shanaka, Try out this, http://:/solr/admin/collections?action=CREATE&name=&replicationFactor=<# OF REPLICATION>&numShards=<# OF SHARDS>&collection.configName=&maxShardsPerNode=<# OF MAX SHARDS>&wt=json&indent=2 ex : http://solr1.internal:7070/solr/admin/collections?action=CREATE&name=c-ins&re

Re: To understand SolrCloud configurations

2014-12-15 Thread E S J
4 at 19:22, Shawn Heisey wrote: > > On 12/14/2014 12:41 PM, E S J wrote: > > This question is related to the same configurations I've posted. How > should > > I manually test indexing via Zookeeper, I mean not directly accessing > solr > > nodes like, > >

Re: To understand SolrCloud configurations

2014-12-14 Thread E S J
( like curl) to index data to solrcloud such a way CloudSolrServer use ZooKeeper to LB/Pick Solr instance ? Thanks, Shanaka On 12 December 2014 at 16:09, E S J wrote: > > Thanks, I thought only option is default or schemaless because , When we > run bin/solr -e cloud you will get pro

Re: To understand SolrCloud configurations

2014-12-11 Thread E S J
d into? [2] 3 3 How many replicas per shard would you like to create? [2] 3 3 *Please choose a configuration for the gettingstarted collection, available options are: default or schemaless [default]* On 12 December 2014 at 16:03, Shawn Heisey wrote: > > On 12/11/2014 6:31 PM, E S J wrote: &g

Re: To understand SolrCloud configurations

2014-12-11 Thread E S J
tory/conf > -confname default" and SolrCloud would happily overwrite your configs > in the Zookeeper "default" node with the new ones, _and_ distribute > them to all the Solr nodes when they were restarted. > > So where your configs "should" live is in some ki

To understand SolrCloud configurations

2014-12-11 Thread E S J
Hello Team, I would like to get clarified where to place schema.xml on SolrCloud set-up. My Solr cloud set-up , 3 nodes, 3 shards and 3 replications, 3 ZooKeeper What I have done is, 1. Taken a solr.war from solr default download ( solr-4.10.2/example/webapps/solr.war - 4.10.2) and placed /we

To understand SolrCloud configurations

2014-12-11 Thread E S J
Hello Team, I would like to get clarified where to place schema.xml on SolrCloud set-up. My Solr cloud set-up , 3 nodes, 3 shards and 3 replications, 3 ZooKeeper What I have done is, 1. Taken a solr.war from solr default download ( solr-4.10.2/example/webapps/solr.war - 4.10.2) and placed /we