I'd try using Solr in isolation first, you have a couple of other products in there and you could be having this issue anywhere along the chain. What is your evidence that your not getting the limit you expect?
Best would be to provide a test case illustrating the problem, it should be pretty easy to modify one in the stock release... Best Erick On Fri, Feb 22, 2013 at 4:53 AM, sely <sely1...@gmail.com> wrote: > I am using Solr4.1.0(using original solrconfig.xml) + Lily1.3 + CDH4 > From solrconfig.xml, it says: > maxFieldLength was removed in 4.0. To get similar behavior, > include a LimitTokenCountFilterFactory in your fieldType definition. > E.g. <filter class="solr.LimitTokenCountFilterFactory" > maxTokenCount="10000"/> > > But it doesn't work whatever I set the value of maxTokenCount in > schema.xml. > The document can search is only max. 500KB (Field Type is TextField) > From solr query, it returns the max field length is 500KB. > > Does there any option that I should setup too? > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr4-1-0-how-to-config-field-length-tp4042188.html > Sent from the Solr - User mailing list archive at Nabble.com. >