-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.4
-
Fix Version/s: 8.2
-
Component/s: modules/highlighter
-
Labels:None
-
Lucene Fields:New
Given the text:
"Kontraktsproget vil være dansk og arbejdssproget kan være dansk, svensk, norsk og engelsk"
and the query:
{!complexphrase df=content_da}("sve* no*")
the unified highlighter (hl.method=unified) does not return any highlights.
For reference, the original highlighter returns a snippet with the expected highlights:
Kontraktsproget vil være dansk og arbejdssproget kan være dansk, <em>svensk</em>, <em>norsk</em> og
Is this expected behaviour with the unified highlighter?
- Is contained by
-
LUCENE-8286 UnifiedHighlighter should support the new Weight.matches API for better match accuracy
-
- Closed
-
- is superceded by
-
LUCENE-8848 UnifiedHighlighter should highlight all Query types that implement Weight.matches
-
- Closed
-