Hi, I'm playing around with the example that comes with SOLR 4. I've indexed some documents using the Tika extractor. I'm looking at the velocity templates and trying to figure out how the /browse (solritas) functionality works because I would like to add functionality to view the complete document content. Presently, the content field is truncated in the results to around 730 characters. How is this done? How can I access the full text? I've poked around quite a bit but have not found anything.
The content field is added to the result set in richtext-doc.vm: <div class="result-body">#field('content')</div> Any help is greatly appreciated! Peace. Michael