[ 
https://issues.apache.org/jira/browse/LUCENE-5452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904610#comment-13904610
 ] 

Nik Everett commented on LUCENE-5452:
-------------------------------------

I hadn't really thought of doing it a level above.  I like the idea.  The only 
thing that jumps out at me about doing it this way is that there is only a 
single priority queue rather than multiple that have to be maintained and 
merged.  I'm not sure if that outweighs the extra api complexity this adds.  
I'm also pretty sure the higher level approach is more likely to keep the 
careful linear reads that the PostingsHighlighter does.   

> Combine matches from multiple fields into one with the postings highlighter
> ---------------------------------------------------------------------------
>
>                 Key: LUCENE-5452
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5452
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/search
>            Reporter: Nik Everett
>            Priority: Minor
>         Attachments: LUCENE-5452.patch
>
>
> Like you can do with the FVH, it'd be nice to be able combine matches from 
> multiple fields with the postings highlighter.
> Note that the postings highlighter doesn't do phrase matching and doesn't use 
> term boosts so some of the FVH's field combining features won't work.  It'd 
> be nice to get some of them, though.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to