You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "John Wang (JIRA)" <ji...@apache.org> on 2010/02/16 00:40:28 UTC

[jira] Created: (SOLR-1774) IndexReaderFactory should have a close() method for cleanup

IndexReaderFactory should have a close() method for cleanup
-----------------------------------------------------------

                 Key: SOLR-1774
                 URL: https://issues.apache.org/jira/browse/SOLR-1774
             Project: Solr
          Issue Type: Improvement
          Components: search
    Affects Versions: 1.4
            Reporter: John Wang


The custom IndexReaderFactory may choose to pool some resources that needs to be cleaned up.

IndexReaderFactory should contract a new method, e.g. close() such that when called, the implementation can choose to do some cleanup.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1774) IndexReaderFactory should have a close() method for cleanup

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834052#action_12834052 ] 

Mark Miller commented on SOLR-1774:
-----------------------------------

We could just add it to the classes that are allowed to be core aware.

> IndexReaderFactory should have a close() method for cleanup
> -----------------------------------------------------------
>
>                 Key: SOLR-1774
>                 URL: https://issues.apache.org/jira/browse/SOLR-1774
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 1.4
>            Reporter: John Wang
>
> The custom IndexReaderFactory may choose to pool some resources that needs to be cleaned up.
> IndexReaderFactory should contract a new method, e.g. close() such that when called, the implementation can choose to do some cleanup.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.