Re: core,Collection,Shard,Replication

2016-01-06 Thread Erick Erickson
ployed. >> then what is a solr instance? >> >> Am I correct.If not,please help me >> >> Thanks in advance >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/core-Collection-Shard-Replication-tp4248850p4248865.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> > -- > Regards, > Binoy Dalal

Re: core,Collection,Shard,Replication

2016-01-06 Thread Binoy Dalal
at multiple JVM processes run behind a solr server running? > I wanted to know what is a node. -> I understood like a mchine with solr > server deployed. > then what is a solr instance? > > Am I correct.If not,please help me > > Thanks in advance > > > > -- >

Re: core,Collection,Shard,Replication

2016-01-06 Thread vidya
e a mchine with solr server deployed. then what is a solr instance? Am I correct.If not,please help me Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/core-Collection-Shard-Replication-tp4248850p4248865.html Sent from the Solr - User mailing list archive

Re: core,Collection,Shard,Replication

2016-01-06 Thread Binoy Dalal
g a document in one shard,it gets reflected in every shard > of that collection. But main intention of creating shard is to break up the > data. > >Why do we replicate a collection? > > Thanks in advance > > > > -- > View this message in context: > http://luc

core,Collection,Shard,Replication

2016-01-06 Thread vidya
every shard of that collection. But main intention of creating shard is to break up the data. >Why do we replicate a collection? Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/core-Collection-Shard-Replication-tp4248850.html Sent from the Solr - Use

Re: Shard replication

2014-03-11 Thread Erick Erickson
Here's a good explanation of replicationFactor: http://wiki.apache.org/solr/SolrCloud You don't want to define this statically, it's about the number of nodes not _how_ they replicate. This will explain the indexing process: https://cwiki.apache.org/confluence/display/solr/Shards+and+Indexing+Data

Shard replication

2014-03-11 Thread Gastone Penzo
Hello, i i'm testing new solr 4.7 with solr cloud and solr replication. I can't find any documentation on replicationFactor parameter. It seems it can be passed only by api on the creation of new collection. How does this parameter works? It there a way to specify it statically on solrconfig.xml?

Re: Per Shard Replication Factor

2013-05-10 Thread Shalin Shekhar Mangar
wrote: > > > > > Could these just be different collections? Then sharding and > replication > > is > > > independent. And you can reduce replication factor as the index ages. > > > > > > Otis > > > Solr & ElasticSearch Support

Re: Per Shard Replication Factor

2013-05-10 Thread Joel Bernstein
lasticSearch Support > > http://sematext.com/ > > On May 9, 2013 1:43 AM, "Steven Bower" wrote: > > > > > Is it currently possible to have per-shard replication factor? > > > > > > A bit of background on the use case... > > > > &

Re: Per Shard Replication Factor

2013-05-10 Thread Steven Bower
> Solr & ElasticSearch Support > http://sematext.com/ > On May 9, 2013 1:43 AM, "Steven Bower" wrote: > > > Is it currently possible to have per-shard replication factor? > > > > A bit of background on the use case... > > > > If you are hashi

Re: Per Shard Replication Factor

2013-05-09 Thread Otis Gospodnetic
Could these just be different collections? Then sharding and replication is independent. And you can reduce replication factor as the index ages. Otis Solr & ElasticSearch Support http://sematext.com/ On May 9, 2013 1:43 AM, "Steven Bower" wrote: > Is it currently possible

Per Shard Replication Factor

2013-05-08 Thread Steven Bower
Is it currently possible to have per-shard replication factor? A bit of background on the use case... If you are hashing content to shards by a known factor (lets say date ranges, 12 shards, 1 per month) it might be the case that most of your search traffic would be directed to one particular

Re: Solr Cloud - shard replication

2011-02-10 Thread Jan Høydahl
Hi, SolrCloud does not currently handle the indexing side at all. So you'll need to set up replication to tell Solr that node B should be a replica of node A. http://wiki.apache.org/solr/SolrReplication After you do this, you can push a document to node A, wait a minute to let it replicate to

Solr Cloud - shard replication

2011-02-10 Thread Hayden Stainsby
Hi all, I'm attempting to set up a simple Solr Cloud, right now almost directly from the tutorial at: http://wiki.apache.org/solr/SolrCloud I'm attempting to set up a simple 1 shard cloud, across two servers. I'm not sure I understand the architecture behind this, but what I'm after is two cop