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
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
;
> 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
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
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
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
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