Re: decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Vadim Kisselmann
Sean, Ahmet, thanks for response:) I use Solr 4.0 from trunk. In my solrconfig.xml is only one maxFieldLength param. I think it is deprecated in Solr Versions 3.5+... But LimitTokenCountFilterFactory works in my case :) Thanks! Regards Vadim 2012/1/26 Ahmet Arslan : >> i want to decrease the

Re: decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Sean Adams-Hiett
Vadim, Is it possible that your solrconfig.xml is using maxFieldLength in both the and ? If so the mainIndex config overwrites the other. See this issue: http://lucene.472066.n3.nabble.com/Solr-ignoring-maxFieldLength-td473263.html Sean On Thu, Jan 26, 2012 at 10:15 AM, Vadim Kisselmann < v.k

Re: decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Ahmet Arslan
> i want to decrease the max. number of terms for my fields to > 500. > I thought what the maxFieldLength parameter in > solrconfig.xml is > intended for this. > In my case it doesn't work. > > The half of my text fields includes longer text(about 1 > words). > With 100 docs in my index i had

Re: decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Vadim Kisselmann
P.S.: i use Solr 4.0 from trunk. Is maxFieldLength deprecated in Solr 4.0 ? If so, do i have an alternative to decrease the number of terms during indexing? Regards Vadim 2012/1/26 Vadim Kisselmann : > Hello Folks, > i want to decrease the max. number of terms for my fields to 500. > I thought w

decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Vadim Kisselmann
Hello Folks, i want to decrease the max. number of terms for my fields to 500. I thought what the maxFieldLength parameter in solrconfig.xml is intended for this. In my case it doesn't work. The half of my text fields includes longer text(about 1 words). With 100 docs in my index i had an segm