I'm using SOLR 3.3 and would like to know how to return a list of dynamic fields in my search results using a wildcard with the fl parameter. I found SOLR-2444 <https://issues.apache.org/jira/browse/SOLR-2444> but this appears to be for SOLR 4.0. Am I correct in assuming this isn't doable yet? Please note that I don't want to query the dynamic fields, I just need them returned in the search results. Using fl=myDynamicField_* doesn't seem to work.
Many Thanks! Josh