Because you use individual collections, you really don’t have to care
about getting it all right up front.
Each collection can be created on a specified set of nodes, see the
“createNodeSet”
parameter of the collections API “CREATE” command.
And let’s say you figure out later that you need mor
Hi Shawn,
Thanks for your response!
Yes! 500 collections.
Each collection/core has around 50k to 50L documents/jsons (depending upon
the client). We made one core for each client. Each json has 15 fields.
It already in production as as Solr stand alone server.
We want to use SolrCloud for it now,
Yes! 500 collections.
Each collection/core has around 50k to 50L documents/jsons (depending upon
the client). We made one core for each client. Each json has 15 fields.
It already in production as as Solr stand alone server.
We want to use SolrCloud for it now, so as to make it scalable for future
On 12/5/2019 12:28 PM, Vignan Malyala wrote:
I currently have 500 collections in my stand alone solr. Bcoz of day by day
increase in Data, I want to convert it into solr cloud.
Can you suggest me how to do it successfully.
How many shards should be there?
How many nodes should be there?
Are so ca
Do you mean 500 cores? Tell us about the data more. How many documents per
core do you have or what performance issues are you facing?
On Fri, 6 Dec 2019 at 01:01, David Hastings
wrote:
> are you noticing performance decreases in stand alone solr as of now?
>
> On Thu, Dec 5, 2019 at 2:29 PM Vig
are you noticing performance decreases in stand alone solr as of now?
On Thu, Dec 5, 2019 at 2:29 PM Vignan Malyala wrote:
> Hi
> I currently have 500 collections in my stand alone solr. Bcoz of day by day
> increase in Data, I want to convert it into solr cloud.
> Can you suggest me how to do i