Is there a way to return page contents (which is indexed in _text_
field) or the textual content of an indexed document in the returned results from a Solr query?
The document page contents are indexed in _text_
field, but if I use that as my filtered list (fl) I just get {} returned.