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.