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

Robert Muir updated LUCENE-6310:
--------------------------------
    Attachment: LUCENE-6310.patch

Update patch:

Remove fragile test in join/ that relies upon how queries are intersected. This 
already had to use a "FilterWrapper" to disable adrien's optimizations for QWF. 
Now that we use ConjunctionDISI, we actually call nextDoc() here on the lead 
where we called advance() before. In general we shouldnt make these kinds of 
assumptions in tests.

all tests pass.

> FilterScorer should delegate asTwoPhaseIterator
> -----------------------------------------------
>
>                 Key: LUCENE-6310
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6310
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Robert Muir
>         Attachments: LUCENE-6310.patch, LUCENE-6310.patch, LUCENE-6310.patch, 
> LUCENE-6310.patch, LUCENE-6310.patch, LUCENE-6310.patch
>
>
> FilterScorer is like FilterInputStream for a scorer. But today it doesn't 
> delegate approximations, I think it should. Most things using this api are 
> just modifying the score and so on.



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

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

Reply via email to