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

ASF subversion and git services commented on LUCENE-6038:
---------------------------------------------------------

Commit 1636827 from [~jpountz] in branch 'dev/trunk'
[ https://svn.apache.org/r1636827 ]

LUCENE-6038: Re-enable FieldValueFilter optimizations based on the way the 
docsWithField bits are implemented.

> 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
>             Fix For: 5.0
>
>         Attachments: LUCENE-6038.patch, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to