[ 
https://issues.apache.org/jira/browse/SOLR-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christine Poerschke updated SOLR-5127:
--------------------------------------
    Attachment: SOLR-5127.patch

[~derbyd]'s 2014 patch could no longer be automatically applied to the current 
(master) code base and so instead attached patch is combination of manual patch 
apply and adapt.

still to do:
* run all the tests (precommit and the changed tests already pass)
* check if [~simon.endele]'s observation w.r.t. PostingsSolrHighlighter still 
applies (with or without this patch)
* decide if a slight change to existing behaviour is acceptable - [~dsmiley] 
any thoughts on this?
** existing behaviour: {{*_text}} expands to (say) ({{en_text}} and {{de_text}})
** changed behaviour: {{*_text}} expands to either ({{en_text}} and 
{{de_text}}) or ({{de_text}} and {{en_text}})

> 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
>
>
> 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