[ https://issues.apache.org/jira/browse/SOLR-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659254#action_12659254 ]
Yonik Seeley commented on SOLR-540: ----------------------------------- Looks useful. It's questionable if we always want to generate the fields collection, or if we want to defer until first requested, but it's an easy change to do it later if we decide to (i.e. not an interface change). Perhaps the test for text fields should use istanceof instead of class comparison so subclasses of TextField will work? > Add support for hl.fl=* > ----------------------- > > Key: SOLR-540 > URL: https://issues.apache.org/jira/browse/SOLR-540 > Project: Solr > Issue Type: New Feature > Components: highlighter > Affects Versions: 1.3 > Environment: Tomcat 5.5 > Reporter: Lars Kotthoff > Priority: Minor > Attachments: SOLR-540-highlight-all.patch, > SOLR-540-highlight-all.patch, SOLR-540-highlight-all.patch, > SOLR-540-highlight-all.patch, SOLR-540-highlight-all.patch, > SOLR-540-highlight-all.patch, SOLR-540.patch > > > Adds support for the star value for the hl.fl parameter, i.e. highlighting > will be done on all fields (static and dynamic). Particularly useful in > conjunction with hl.requireFieldMatch=true, this way one can specify > "generic" highlighting parameters independent of the query/searched fields. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.