[ 
https://issues.apache.org/jira/browse/SOLR-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589160#action_12589160
 ] 

Hoss Man commented on SOLR-540:
-------------------------------

a quick glance at this patch indicates that it has the same characteristics 
that concerned me about SOLR-247 ...

bq. with somehting like {{fl=\*}}, we're only talking about stored fields ... 
storing a field makes no sense unless you plan on returning it in the field 
list some of the time, so {{fl=\*}} makes sense as a "return all of hte fields 
that are possible to return" option.

 ... this patch attempts to highlight every field in the index, stored or 
otherwise, termVectors or otherwise.




> 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-highlight-all.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.

Reply via email to