[
https://issues.apache.org/jira/browse/LUCENE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Rowe updated LUCENE-3581:
-------------------------------
Fix Version/s: (was: 4.1)
4.2
> IndexReader#isCurrent() should return true on a NRT reader if no deletes are
> applied and only deletes are present in IW
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: LUCENE-3581
> URL: https://issues.apache.org/jira/browse/LUCENE-3581
> Project: Lucene - Core
> Issue Type: Bug
> Affects Versions: 3.5, 4.0-ALPHA
> Reporter: Simon Willnauer
> Assignee: Simon Willnauer
> Fix For: 4.2
>
>
> I keep forgetting about this, I better open an issue. If you have a NRT
> reader without deletes applied it should infact return true on IR#isCurrent()
> if the IW only has deletes in its buffer ie. no documents where updated /
> added since the NRT reader was opened. Currently if there is a delete coming
> in we force a reopen which does nothing since deletes are not applied anyway.
--
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]