Hello, Is there a limit on the size of a document that can be indexed and rendered by Solr? We use Solr 5.3.1 and while we are able to index a document of 40 mb size withouot any issue, we are unable to retrieve the indexed SolrDocument. Is there any configuration that we can use to spit out the entire document?
Also, the only reason why we need the whole document is because of the highlighting feature. It would be great if we can just get a snippet of the text, instead of the entire content field for highlighting. Thanks, Kaushik