Re: Maximum in Multivalued field

2015-12-01 Thread Erick Erickson
Solr will easily handle 1,000. But note a couple of things: 1> There's no _requirement_ that you use multiValued fields. If it's a text field and you use minimal analysis, you can just shove them all into a single value. Confusing I know. MultiValued means that this is accepted (xml format of a So

Maximum in Multivalued field

2015-12-01 Thread Troy Edwards
We are considering using a multivalued field that can contain up to 1000 unique values. This field will not be searched on but just used in facet and filter. What is the maximum number of values that a multivalued field can contain? Is there another more efficient way of doing this? Thanks