Re: Store limited text

2009-01-27 Thread Chris Harris
If you're using a Solr build post-r721758, then copyfield has a maxChars property you can take advantage of. I'm probably misremembering some of the exact names of these elements/attributes, but you can basically have this in your schema.xml: Then anything you store in field f will get copied

Store limited text

2009-01-27 Thread Gargate, Siddharth
Hi All, Is it possible to store only limited text in the field, say, max 1 mb? The field maxfieldlength limits only the number of tokens to be indexed, but stores complete content. Thanks, Siddharth