Hi, I am using SOLR 4.10. I have around 350M documents indexed in SOLR. In my case, i have one multi-valued field to store the generated ids and also this field is searchable. Would large number of values (100K or 200K or 1M) in this multi-valued field pose any problem for SOLR or is there any limit in number of values in a multi-valued field?
Field: <field name="list" type="string" indexed="true" stored="true" required="false" multiValued="true" /> Any thoughts of this would be appreciated. Thank you