On 2/21/07, Brian Whitman <[EMAIL PROTECTED]> wrote:
I am sending Solr stored fields of sizes in the 10-50K range. My
maxFieldLength is 50000, and the field in question is a
solr.TextField. I am finding that fields that have more than a few K
of text come back "clipped:" if I try to index the field with 40K of
text, the search result will show only the *last* 5-10K or so, the
beginning is missing.
Is there somewhere else I should look for a field trim other than
maxFieldLength?
Ouch... sounds serious (assuming you aren't talking about highlighting).
Could you open a JIRA issue and describe or attach a test that can reproduce it?
I'll try to reproduce this myself in the meantime.
-Yonik