On Mon, Dec 15, 2008 at 5:28 PM, Antonio Zippo <reven...@yahoo.it> wrote:
>>
>> Check your solrconfig.xml:
>>
>>      <maxFieldLength>10000</maxFieldLength>
>>
>> That's probably the truncating factor.  That's the maximum number of terms, 
>> not bytes or characters.
>>
> Thanks... I think it could be the problem.....
> i tried to count whitespace in a single text and it's over 55.000 ... but 
> solr truncates to 10.000
>
> do you know if I can change the value to 100.000 without recreate the index? 
> (when I modify schema.xml I need to create the index again.... but with 
> solrconfig.xml?)

No need to re-index with this change.
But you will have to re-index any documents that got cut off of course.

-Yonik

Reply via email to