I do this by specifying them in the query string: fl=field_name1,field_name2,etc
See here: http://www.ibm.com/developerworks/java/library/j-solr1/#searching (table 2)
-- Steve On Aug 26, 2008, at 6:36 PM, jennyv wrote:
Ack. Reading the FAQ would help. :-) I've fixed the sorting issue by using a different analyzer. However, I'd love to get an answer on whether there's a way to query solr to include more fields in the results. Thanks!