Luo Ji created LUCENE-7593:
------------------------------
Summary: FastVectorHighlighter Overlapping Queries Do Not Highlight
Key: LUCENE-7593
URL: https://issues.apache.org/jira/browse/LUCENE-7593
Project: Lucene - Core
Issue Type: Bug
Components: modules/highlighter
Affects Versions: 5.5.2, 5.x
Reporter: Luo Ji
Example Text:
ABCDEF
Example Query:
AB and ABC
I got two terms hit, (AB, startOffset=0, endOffset=2, weight=4), (ABC,
startOffset=0, endOffset=3, weight=5), in FieldPhraseList's constructor, line
103, addIfNoOverlap, only (AB) were highlighted, and (ABC) with higher weight
had been dropped
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]