You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2021/01/29 20:19:00 UTC

[jira] [Updated] (SOLR-10321) Unified highlighter returns empty fields when using glob

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

David Smiley updated SOLR-10321:
--------------------------------
    Issue Type: Improvement  (was: Bug)
      Priority: Major  (was: Minor)

> Unified highlighter returns empty fields when using glob
> --------------------------------------------------------
>
>                 Key: SOLR-10321
>                 URL: https://issues.apache.org/jira/browse/SOLR-10321
>             Project: Solr
>          Issue Type: Improvement
>          Components: highlighter
>    Affects Versions: 6.4.2
>            Reporter: Markus Jelsma
>            Priority: Major
>             Fix For: 7.0
>
>
> {code}
> q=lama&hl.method=unified&hl.fl=content_*
> {code}
> returns:
> {code}
>   <lst name="http://www.nu.nl/weekend/3771311/dalai-lama-inspireert-westen.html">
>     <arr name="content_en"/>
>     <arr name="content_nl">
>       <str>Nobelprijs Voorafgaand aan zijn bezoek aan Nederland is de dalai &lt;em&gt;lama&lt;/em&gt; in Noorwegen om te vieren dat 25 jaar geleden de Nobelprijs voor de Vrede aan hem werd toegekend. Anders dan in Nederland wordt de dalai &lt;em&gt;lama&lt;/em&gt; niet ontvangen in het Noorse parlement. </str>
>     </arr>
>     <arr name="content_general"/>
>     <arr name="content_de"/>
>     <arr name="content_fr"/>
>     <arr name="content_es"/>
>     <arr name="content_pt"/>
>     <arr name="content_ja"/>
>     <arr name="content_zh-cn"/>
>     <arr name="content_th"/>
>     <arr name="content_ar"/>
>   </lst>
> {code}
> FastVector and original do not emit: 
> {code}
>     <arr name="content_de"/>
>     <arr name="content_fr"/>
>     <arr name="content_es"/>
>     <arr name="content_pt"/>
>     <arr name="content_ja"/>
>     <arr name="content_zh-cn"/>
>     <arr name="content_th"/>
>     <arr name="content_ar"/>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org