[
https://issues.apache.org/jira/browse/LUCENE-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-4353.
---------------------------------
Resolution: Not A Problem
You are passing null to the liveDocs argument instead of the indexreader's
liveDocs (thus ignoring deletions).
> Document deletions not applied to non-flushed segments
> ------------------------------------------------------
>
> Key: LUCENE-4353
> URL: https://issues.apache.org/jira/browse/LUCENE-4353
> Project: Lucene - Core
> Issue Type: Bug
> Components: core/index
> Reporter: Sivan Yogev
> Fix For: 5.0
>
> Attachments: TestNonFlushedSegmentDeletion.java
>
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> Document deletions seems not to be applied to the current in-memory segments,
> only to flushed ones. Adding a test which fails on this, adding a commit
> before deletion makes the test pass.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]