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 - Java
Issue Type: Bug
Affects Versions: 3.5, 4.0
Reporter: Simon Willnauer
Fix For: 3.6, 4.0
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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]