You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Paul Elschot (JIRA)" <ji...@apache.org> on 2008/07/23 23:46:31 UTC

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

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

Paul Elschot updated LUCENE-1345:
---------------------------------

    Attachment: LUCENE-1345.patch

A first half attempt, it still leaves a few compile errors.

This would allow faster Filter evaluation because the tight loop
would be in ConjunctionScorer only.

It would also allow to get rid of Filter in most of the search api,
as any Filter can just be added to a BooleanQuery.

Would anyone have a DisjunctionDISI (Disjunction over DocIdSetIterators) somewhere?


> Allow Filter as clause to BooleanQuery
> --------------------------------------
>
>                 Key: LUCENE-1345
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1345
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Paul Elschot
>            Priority: Minor
>         Attachments: LUCENE-1345.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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