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

Robert Muir commented on LUCENE-6268:
-------------------------------------

+1

For the deprecations, can we still remove the code and implement the deprecated 
ones with QWF(Query)? 
E.g. is it possible to do it like TermFilter where we just do:

{code}
@Deprecated
public class FieldValueFilter extends QueryWrapperFilter
{code}

This way we don't have to really maintain the code to these old ones.

> Replace doc values filters with queries having approximations
> -------------------------------------------------------------
>
>                 Key: LUCENE-6268
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6268
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>             Fix For: 5.1
>
>         Attachments: LUCENE-6268.patch
>
>
> We should use approximations in order to deal with queries/filters that have 
> slow iterators such as doc-values based queries/filters.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to