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 ca

Re: Number of fields in a solrCloud collection config

2018-07-11 Thread Erick Erickson
As Shawn says, there's no hard limit, but having that many fields almost always indicates a flawed design. I'd pretty strongly suggest that you reconsider your design with an eye towards reducing the field count to something less than, say, 1,000. That number is fairly arbitrary, and ideally I'd w

Re: Number of fields in a solrCloud collection config

2018-07-11 Thread Shawn Heisey
On 7/11/2018 2:05 AM, Sharif Shahriar wrote: 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"