[
https://issues.apache.org/jira/browse/LUCENE-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14601415#comment-14601415
]
Joel Bernstein commented on LUCENE-6601:
----------------------------------------
The failure is due to the removal of the createWeight method from the Filter
class.
I'll need to find a different way to implement:
at
org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:151)
> Change FilteredQuery.FilterStrategy to use the two-phase iteration API
> ----------------------------------------------------------------------
>
> Key: LUCENE-6601
> URL: https://issues.apache.org/jira/browse/LUCENE-6601
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Priority: Minor
> Fix For: 5.3
>
> Attachments: LUCENE-6601.patch
>
>
> We could change FilterStrategy so that instead of being a factory of scorers,
> it would just rewrite filters in such a way that they can decide which of the
> iterator or random-access API should be used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]