You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2015/02/20 18:05:12 UTC

[jira] [Updated] (LUCENE-6269) Remove BooleanFilter

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

Adrien Grand updated LUCENE-6269:
---------------------------------
    Attachment: LUCENE-6269.patch

Here is a patch. It required some changes to the facet module since it had expectations about random-access.

[~mikemccand], [~shaie], I would appreciate if you could have a look.

> Remove BooleanFilter
> --------------------
>
>                 Key: LUCENE-6269
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6269
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-6269.patch
>
>
> Like TermFilter, we should remove this filter and recommend on using BooleanQuery instead. One reason why this is a bit more tricky than TermFilter is that BooleanFilter creates doc id sets that support random-access while a BooleanQuery would not provide random-access support.



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

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