FSDirectory internally caches and clones FSIndexInput -----------------------------------------------------
Key: LUCENE-1671 URL: https://issues.apache.org/jira/browse/LUCENE-1671 Project: Lucene - Java Issue Type: Improvement Components: Store Affects Versions: 2.4.1 Reporter: Jason Rutherglen Priority: Trivial Fix For: 2.9 The patch will fix this small problem where if FSDirectory.openInput is called, a new unnecessary file descriptors is opened (whereas an IndexInput.clone would work). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org