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 preview. Is this possible to set as a parameter with the fmap.content param, of must I index it all and then do a copyfield but just with a specified number of characters? Thanks in advance
Greg