The only thing "special" about a multiValued field is that it can have non-consecutive positions due to the incrementGap. So, if you set the incrementGap=1, adding 10,000,000 words in one go is the same as adding 1 word at a time 10,000,000 times to a mutliValued field.
I think the only practical is that you're _probably_ going to have problems if (total tokens added) + (increment_gap * number of entries) > 2B or so... FWIW Erick On Mon, Nov 5, 2012 at 1:40 PM, geeky2 <gee...@hotmail.com> wrote: > is there any documented limit (or practical limit) on how many values in a > multi-valued field? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/large-text-blobs-in-string-field-tp4017882p4018335.html > Sent from the Solr - User mailing list archive at Nabble.com. >