[
https://issues.apache.org/jira/browse/LUCENE-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-6038:
---------------------------------
Attachment: LUCENE-6038.patch
bq. Thanks! In fact, this is not a regression, it just misses to apply the
optimization.
I meant "performance regression". :-)
bq. We should maybe add a test that verifies this optimization?
Good point, here is a new patch with tests for the optimizations that
FieldValueFilter performs.
> 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, 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]