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
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
>
>
>
> --
>
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
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
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
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
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?
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
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...
> > >
> &
> 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
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
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
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
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
14 matches
Mail list logo