On 5/11/2015 7:19 AM, Bernd Fehling wrote:
> After reading https://issues.apache.org/jira/browse/LUCENE-5472
> one question still remains.
>
> Why is it complaining about f_dcperson which is a copyField when the
> origin problem field is dcdescription which definately is much larger
> than 32766?
>
> I would assume it complains about dcdescription field. Or not?

If the value resulting in the error does come from a copyField source
that also uses a "string" type, then my guess here is that Solr has some
prioritization that causes the copyField destination to be indexed
before the sources.  This ordering might make things go a little faster,
because if it happens right after copying, all or most of the data for
the destination field would already be sitting in one or more of the CPU
caches.  Cache hits are wonderful things for performance.

Thanks,
Shawn

Reply via email to