Re: SolrCloud question

2013-11-18 Thread Shawn Heisey
On 11/18/2013 3:53 PM, Beale, Jim (US-KOP) wrote: > I shouldn't be configuring the replication handler? I didn't know that! > > The documentation describes how to do it, e.g., for Solr 4.6 > > https://cwiki.apache.org/confluence/display/solr/Index+Replication > > Now I'm evenmore confused than

RE: SolrCloud question

2013-11-18 Thread Beale, Jim (US-KOP)
core??? Thanks, Jim -Original Message- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Monday, November 18, 2013 5:00 PM To: solr-user@lucene.apache.org Subject: Re: SolrCloud question You shouldn't be configuring the replication handler if you are using solrcloud. - Mark On No

Re: SolrCloud question

2013-11-18 Thread Mark Miller
; > To be honest, I don't even care about replication. Why can't I specify a > core that is non-sharded, non-replicated and have the exact same core on all > five of my boxes? > > > > Thanks, > Jim > > > -Original Message----- > From: michael.boom

RE: SolrCloud question

2013-11-18 Thread Beale, Jim (US-KOP)
ay, November 18, 2013 7:14 AM To: solr-user@lucene.apache.org Subject: RE: SolrCloud question Hi, The CollectionAPI provides some more options that will prove to be very usefull to you: /admin/collections?action=CREATE&name=name&numShards=number&replicationFactor=number&maxShards

RE: SolrCloud question

2013-11-18 Thread michael.boom
Hi, The CollectionAPI provides some more options that will prove to be very usefull to you: /admin/collections?action=CREATE&name=name&numShards=number&replicationFactor=number&maxShardsPerNode=number&createNodeSet=nodelist&collection.configName=configname Have a look at: https://cwiki.apache.org

RE: SolrCloud question

2013-11-15 Thread Beale, Jim (US-KOP)
To: solr-user@lucene.apache.org Subject: Re: SolrCloud question We are moving away from pre defining SolrCores for SolrCloud. The correct approach would be to use thew Collections API - then it is quite simple to change the number of shards for each collection you create. Hopefully our examples w

Re: SolrCloud question

2013-11-15 Thread Mark Miller
We are moving away from pre defining SolrCores for SolrCloud. The correct approach would be to use thew Collections API - then it is quite simple to change the number of shards for each collection you create. Hopefully our examples will move to doing this before long. - Mark On Nov 15, 2013, a