NUnite test for TestComplexExplanations ---------------------------------------
Key: LUCENENET-83
URL: https://issues.apache.org/jira/browse/LUCENENET-83
Project: Lucene.Net
Issue Type: Bug
Reporter: Digy
Priority: Trivial
[TearDown]
public virtual void TearDown()
{
if (searcher != null)
{
searcher.Close();
searcher = null;
}
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
