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

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

Here is a patch (which depends on LUCENE-6269). It takes the same approach as 
TermsFilter (sorted terms, pre-computed hash, implements Accountable) and just 
implements the query API instead of Filter. Like BooleanFilter we will need to 
keep the filter in 5.x given that it supports random-access.

> Replace TermsFilter with TermsQuery
> -----------------------------------
>
>                 Key: LUCENE-6270
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6270
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-6270.patch
>
>
> We should replace TermsFilter with a TermsQuery like we started doing for 
> other filters.



--
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