Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
The lucene highlighter has problems when tokens that overlap are generated.
For example, if analysis of iPod generates the tokens "i", "pod", "ipod" (with pod and ipod in the same position),
then the highlighter will output this as iipod, regardless of if any of those tokens are highlighted.
Discovered via http://issues.apache.org/jira/browse/SOLR-24
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-6139 TokenGroup.getStart|EndOffset should return matchStart|EndOffset not start|endOffset
- Closed