Re: Number of fields in a solrCloud collection config

2018-07-12 Thread Sharif Shahriar
Hi Erick, Thank you for your suggestions. Regards, Sharif -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Number of fields in a solrCloud collection config

2018-07-12 Thread Sharif Shahriar
Thanks a lot Shawn for your reply. I'm using SolrCloud v7.3 and using schema-less approach. I add documents and new fields automatically added in managed-schema files. I've tried it several times and it stops at around 13,500 fields. If I try to add fields using SolrCloud API I can add them, but

Re: Maximum number of SolrCloud collections in limited hardware resource

2018-07-12 Thread Sharif Shahriar
Thanks a lot Shawn for your details reply. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Number of fields in a solrCloud collection config

2018-07-11 Thread Sharif Shahriar
Is there any limitation on how many field can be added in a solrcloud collection configset? After adding 24,520 fields when I wan't to add new fields, it shows -"Error persisting managed schema at /configs/*/managed-schema" -"zkClient has disconnected" Thank you, Sharif -- Sent from:

Re: Maximum number of SolrCloud collections in limited hardware resource

2018-07-06 Thread Sharif Shahriar
Hi Erick, Setting the size parameter to 0 in solrconfig.xml can stop document caching, but it cannot control how much memory it will take initially when creating a collection, right? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Maximum number of SolrCloud collections in limited hardware resource

2018-07-05 Thread Sharif Shahriar
Hi Emir, Thanks a lot for your reply. In your reply you've mentioned- If you stick with multiple collections, you can turn off caches completely, monitor latency and turn on caches for collections when it is reaching some threshold. -How this can be done? Is there any configuration to turn off