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

ASF subversion and git services commented on SOLR-5127:
-------------------------------------------------------

Commit c3ebfdc4e2dbca62a56175a5ad4e6e1f5dcea2ee in lucene-solr's branch 
refs/heads/branch_6x from [~cpoerschke]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=c3ebfdc ]

SOLR-5127: Multiple highlight fields and wildcards are now supported e.g. 
hl.fl=title,text_*
(Sven-S. Porst, Daniel Debray, Simon Endele, Christine Poerschke)


> Allow multiple wildcards in hl.fl
> ---------------------------------
>
>                 Key: SOLR-5127
>                 URL: https://issues.apache.org/jira/browse/SOLR-5127
>             Project: Solr
>          Issue Type: Bug
>          Components: highlighter
>    Affects Versions: 3.6.1, 4.4
>            Reporter: Sven-S. Porst
>            Assignee: Christine Poerschke
>            Priority: Minor
>         Attachments: highlight-wildcards.patch, SOLR-5127.patch, 
> SOLR-5127.patch, SOLR-5127.patch
>
>
> When a wildcard is present in the hl.fl field, the field is not split up at 
> commas/spaces into components. As a consequence settings like 
> hl.fl=*_highlight,*_data do not work.
> Splitting the string first and evaluating wildcards on each component 
> afterwards would be more powerful and consistent with the documentation.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to