Every transactional write is currently triggering an immediate refresh of the IndexReader. These IndexReaders are not as cheap as they used to be in previous Lucene version and it's possible that they are not even used for queries in write-intensive scenarios.
We can just flag the need for a fresh IndexReader and make sure that a new generation is refreshed on demand.
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