Append the fields you want to display to the query using the fl parameter. Eg. q=something&fl=_text_
On Thu, Nov 3, 2016 at 10:28 PM win harrington <win_harring...@yahoo.com.invalid> wrote: > I used solr/post to insert some *.txt files intoSolr 6. I can search for > words in Solr and itreturns the id with the file name. > How do I display the text? > managed-schema has > <field name="_text_" type="text_general" indexed="true" stored="true" > multiValued="true"/> > <copyField source="*" dest="_text_"/> > Thank you. > -- Regards, Binoy Dalal