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

Robert Muir resolved LUCENE-2874.
---------------------------------

    Resolution: Fixed

Committed revisions:

trunk: 1060779
3.x: 1060782
3.0.x: 1060786
2.9.x: 1060791

Thanks Pierre, especially for writing up the unit tests.


> Highlighting overlapping tokens outputs doubled words
> -----------------------------------------------------
>
>                 Key: LUCENE-2874
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2874
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/highlighter
>    Affects Versions: 2.9.4
>            Reporter: Pierre Gossé
>            Assignee: Robert Muir
>             Fix For: 2.9.5, 3.0.4, 3.1, 4.0
>
>         Attachments: LUCENE-2874.patch
>
>
> If for the text "the fox did not jump" we generate following tokens :
> (the, 0, 
> 0-3),({fox},0,0-7),(fox,1,4-7),(did,2,8-11),(not,3,12,15),(jump,4,16,18)
> If TermVector for field is stored WITH_OFFSETS and not 
> WITH_POSITIONS_OFFSETS, highlighing would output
> "the<em>the fox</em> did not jump"
> I join a patch with 2 additive JUnit tests and a fix of TokenSources class 
> where token ordering by offset did'nt manage well overlapping tokens.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to