Limit data stored from fmap.content with Solr cell

2011-06-01 Thread Greg Georges
Hello everyone, I have just gotten extracting information from files with Solr Cell. Some of the files we are indexing are large, and have much content. I would like to limit the amount of data I index to a specified limit of characters (example 300 chars) which I will use as a document

Re: Limit data stored from fmap.content with Solr cell

2011-06-01 Thread Erick Erickson
If you can live with an across-the-board limit, you can set maxFieldLength in your solrconfig.xml file. Note that this is in terms rather than chars though... Best Erick On Wed, Jun 1, 2011 at 2:22 PM, Greg Georges greg.geor...@biztree.com wrote: Hello everyone, I have just gotten extracting