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

Adrien Grand commented on LUCENE-6226:
--------------------------------------

Maybe we should not allow collectors to consume positions (yet) (ie. 
Collector.postingsFlags() should remain Collector.needsScores())? Positions can 
only be iterated once while it's quite typical to wrap several collectors into 
a single one using MultiCollector. So if you have several collectors that need 
positions in a MultiCollector, it would only work fine for the first one?

Also why does TermScorer track the number of times that nextPosition() has been 
called in order to return NO_MORE_POSITIONS? The wrapped PostingsEnum should 
already take care of it?

> Allow TermScorer to expose positions, offsets and payloads
> ----------------------------------------------------------
>
>                 Key: LUCENE-6226
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6226
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>             Fix For: Trunk, 5.1
>
>         Attachments: LUCENE-6226.patch, LUCENE-6226.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to