[
https://issues.apache.org/jira/browse/LUCENE-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-2459.
----------------------------------------
Fix Version/s: 4.0
Resolution: Fixed
Thanks Andrzej!
> FilterIndexReader doesn't work correctly with post-flex SegmentMerger
> ---------------------------------------------------------------------
>
> Key: LUCENE-2459
> URL: https://issues.apache.org/jira/browse/LUCENE-2459
> Project: Lucene - Java
> Issue Type: Bug
> Affects Versions: 4.0
> Reporter: Andrzej Bialecki
> Fix For: 4.0
>
> Attachments: FIRTest.patch, LUCENE-2459.patch
>
>
> IndexWriter.addIndexes(IndexReader...) internally uses SegmentMerger to add
> data from input index readers. However, SegmentMerger uses the new post-flex
> API to do this, which bypasses the pre-flex TermEnum/TermPositions API that
> FilterIndexReader implements. As a result, filtering is not applied.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]