Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.0 CE M5
-
None
Description
The IndexSearcher generated by old constructor will close its reader automatically, but the one generated by new constructor will not, so need to close it manually.
If not close the inner reader, there will be NIO leaking.