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

Uwe Schindler commented on LUCENE-6038:
---------------------------------------

Thanks! In fact, this is not a regression, it just misses to apply the 
optimization. But the results are the same, just slower because of additional 
wrapping (which causes to do simple brute-force).

We should maybe add a test that verifies this optimization?

> FieldValueFilter regression
> ---------------------------
>
>                 Key: LUCENE-6038
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6038
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-6038.patch
>
>
> The decoupling of FixedBitSet from a DocIdSet (LUCENE-5441) introduced a 
> regression in FieldValueFilter, which checks if the bits for documents with a 
> field  is an instance of a DocIdSet. Yet FixedBitSet does not extend DocIdSet 
> anymore.



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