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

Robert Muir updated LUCENE-5538:
--------------------------------

    Attachment: LUCENE-5538.patch

Here's a better patch. This should be correct for all crazy combinations. 
TermInfo gets a next pointer (circular list) for other infos at the same 
position. 

This allows the current stack pop/push algorithm to work without a bunch of 
additional complexity to "restore" synonyms.


> FastVectorHighlighter fails with booleans of phrases
> ----------------------------------------------------
>
>                 Key: LUCENE-5538
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5538
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/highlighter
>            Reporter: Robert Muir
>         Attachments: LUCENE-5538.patch, LUCENE-5538.patch, 
> LUCENE-5538_test.patch
>
>
> in some situations a query of (P1 OR PQ) returns no results, even though 
> individually, both P1 or P2 by themselves will highlight correctly..



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to