Re: From solr to solr cloud

2019-12-06 Thread Erick Erickson
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

Re: From solr to solr cloud

2019-12-06 Thread Vignan Malyala
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,

Re: From solr to solr cloud

2019-12-06 Thread Vignan Malyala
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

Re: From solr to solr cloud

2019-12-05 Thread Shawn Heisey
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

Re: From solr to solr cloud

2019-12-05 Thread Paras Lehana
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

Re: From solr to solr cloud

2019-12-05 Thread David Hastings
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