Re: Maximum number of values in a Solr multi-valued field

2015-12-30 Thread Upayavira
I am not aware of a specific limit to the number of values in a multivalued field. Essentially, a multi-valued field is the same as a very long tokenised field - so a document containing a full Shakespeare play for example. If you are doing searches against a document set of this type, then you wi

Maximum number of values in a Solr multi-valued field

2015-12-30 Thread Vishnu perumal
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 lim