On Tue, Aug 26, 2008 at 3:46 PM, Stephen Weiss <[EMAIL PROTECTED]> wrote: > 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)
Thanks! I've tried that but it won't return any of the fields aside from pki, id, and score. I've tried the wildcard and I've also tried providing the names of the fields (e.g., text_for_solr_t, which is the name of the main search field). It seems the wildcard should return all fields, no? One thing I should mention -- not all documents will have all fields. Will that make a difference? Thanks!