[
https://issues.apache.org/jira/browse/SOLR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622717#action_12622717
]
Yonik Seeley commented on SOLR-374:
-----------------------------------
I missed the last patch (I wish JIRA defaulted to "All").
It seems like that if reopen() returns us the same reader, we should just
incRef it... (or is that in a slightly later version of Lucene?)
Trying to steal the reader instead seems hard to get right (seems like another
thread could try to open another searcher, but our searcher doesn't have it and
neither does the old one, so your exception might be triggered.)
> use IndexReader.reopen
> ----------------------
>
> Key: SOLR-374
> URL: https://issues.apache.org/jira/browse/SOLR-374
> Project: Solr
> Issue Type: Improvement
> Reporter: Yonik Seeley
> Attachments: SOLR-374.patch, SOLR-374.patch, SOLR-374.patch,
> SOLR-374.patch
>
>
> Take advantage of IndexReader.reopen(): LUCENE-743
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.