[
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
updated patch:
* cleanup FilterScorer to have a final next/advance/doc so there are no
performance or correctness traps.
* fix FilteredQuery queryFirst impl: it needed matches(), but nothing tested
this!
* put query with approximation support inside FilteredQuery in
SearchEquivalenceTestBase
* cleanup reqexcl etc to no longer extend FilterScorer.
> 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
>
>
> 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]