On 3/14/2017 10:23 AM, Elodie Sannier wrote: > The request close() method decrements the reference count on the > searcher.
>From what I could tell, that method decrements the reference counter, but does not actually close the searcher object. I cannot tell you what the correct procedure is to make sure that all resources are properly closed at the proper time. This might be a bug, or there might be something missing from your code. I do not know which. Thanks, Shawn