tation on how
> this might be implemented?
>
> Thanks,
> Matt
>
> -Original Message-
> From: Otis Gospodnetic [mailto:otis.gospodne...@gmail.com]
> Sent: Wednesday, February 11, 2015 9:13 PM
> To: solr-user@lucene.apache.org
> Subject: Re: How to make SolrCloud more e
Matt Kuiper [matt.kui...@issinc.com] wrote:
> Thanks for your reply. Yes, I believe I will be working with a write
> once archive. However, my understanding is that all shards are
> defined up front, with the option to split later.
Our situation might be a bit special as a few minutes downtime -
-Original Message-
From: Toke Eskildsen [mailto:t...@statsbiblioteket.dk]
Sent: Wednesday, February 11, 2015 11:47 PM
To: solr-user@lucene.apache.org
Subject: Re: How to make SolrCloud more elastic
On Wed, 2015-02-11 at 21:32 +0100, Matt Kuiper wrote:
> I am starting a new project and
[mailto:otis.gospodne...@gmail.com]
Sent: Wednesday, February 11, 2015 9:13 PM
To: solr-user@lucene.apache.org
Subject: Re: How to make SolrCloud more elastic
Hi Matt,
You could create extra shards up front, but if your queries are fanned out to
all of them, you can run into situations where there are too many
M
To: solr-user
Subject: Re: How to make SolrCloud more elastic
Did you have a look at the presentations from the recent SolrRevolution? E.g.
https://www.youtube.com/watch?v=nxRROble76A&list=PLU6n9Voqu_1FM8nmVwiWWDRtsEjlPqhgP
Regards,
Alex.
Sign up for my Solr resources newsletter at h
On Wed, 2015-02-11 at 21:32 +0100, Matt Kuiper wrote:
> I am starting a new project and one of the requirements is that Solr
> must scale to handle increasing load (both search performance and index
> size).
[...]
> Before I got too deep, I wondered if anyone has any tips or warnings on
> these a
Hi Matt,
You could create extra shards up front, but if your queries are fanned out
to all of them, you can run into situations where there are too many
concurrent queries per node causing lots of content switching and
ultimately being less efficient than if you had fewer shards. So while
this is
Did you have a look at the presentations from the recent
SolrRevolution? E.g.
https://www.youtube.com/watch?v=nxRROble76A&list=PLU6n9Voqu_1FM8nmVwiWWDRtsEjlPqhgP
Regards,
Alex.
Sign up for my Solr resources newsletter at http://www.solr-start.com/
On 11 February 2015 at 15:32, Matt Kuipe