Re: TextField size limit

2008-12-15 Thread Antonio Zippo
> > No need to re-index with this change. > But you will have to re-index any documents that got cut off of course. > > -Yonik > Ok, thanks... I hoped to reindex the documents over the existent index (with incremental update...while solr is running) ...and without delete the index folder B

Re: TextField size limit

2008-12-15 Thread Yonik Seeley
On Mon, Dec 15, 2008 at 5:28 PM, Antonio Zippo wrote: >> >> Check your solrconfig.xml: >> >> 1 >> >> 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 i

Re: TextField size limit

2008-12-15 Thread Antonio Zippo
> > Check your solrconfig.xml: > > 1 > > That's probably the truncating factor. That's the maximum number of terms, > not bytes or characters. > > Erik > Thanks... I think it could be the problem. i tried to count whitespace in a single text and it's over 55.000 ... but so

Re: TextField size limit

2008-12-15 Thread Erik Hatcher
o search a word solr doesn't return any result but if I search for a single document, I can see that the word exists there So I suppose that solr has a textfield size limit (the field is indexed using a tokenizer and some filters) Could anyone help me to undestand the pro

TextField size limit

2008-12-15 Thread Antonio Zippo
Hi all, i have a TextField containing over 400k of text when i try to search a word solr doesn't return any result but if I search for a single document, I can see that the word exists there So I suppose that solr has a textfield size limit (the field is indexed us