[ 
https://issues.apache.org/jira/browse/LUCENE-6269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329297#comment-14329297
 ] 

Adrien Grand commented on LUCENE-6269:
--------------------------------------

Oh, we already removed ChainedFilter. 
https://issues.apache.org/jira/browse/LUCENE-5984 :)

> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to