"fl" in the appends lst for a requestHandler appears to be ingored ------------------------------------------------------------------
Key: SOLR-542 URL: https://issues.apache.org/jira/browse/SOLR-542 Project: Solr Issue Type: Bug Components: search Affects Versions: 1.2 Environment: Java 6 Linux (CentOS) Reporter: Ezra Epstein We've got the "fq" working in the "appends" section (<lst/> element) of our requestHandlers. We'd like to add other attributes - in particular, the "fl" attribute, so that, regardless of query, the user is ensured of getting some minimum set of fields in the results. Yet, when we a setting for "fl" to the "appends" section it has no affect. On a separate note, when a user specified &fl=score in the URL, the results are those one should get for &fl=*,score -- that is, all fields, not just the score, is/are returned. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.