Re: maxFieldLength, remove from example schema?

2012-06-20 Thread Uwe Schindler
To limit field length, in 4.0 you need to add a TokenFilter (LimitTokenCountFilter), if does not yet have a factory, we should add it. So the example should reflect this. -- Uwe Schindler H.-H.-Meier-Allee 63, 28213 Bremen http://www.thetaphi.de Erick Erickson erickerick...@gmail.com schrieb:

Re: maxFieldLength, remove from example schema?

2012-06-20 Thread Erick Erickson
I saw the filter but hadn't thought about putting it in the example, you're right I'll do that too. LimitTokenCountFilterFactory exists, so it'll just be changing the XML. For something this trivial are JIRAs necessary? On Wed, Jun 20, 2012 at 2:57 PM, Uwe Schindler u...@thetaphi.de wrote: To