[ 
https://issues.apache.org/jira/browse/LUCENENET-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521580
 ] 

Digy commented on LUCENENET-83:
-------------------------------

TestExplanations:

[TearDown]
public virtual void TearDown()
{
            if (searcher != null)
            {
                searcher.Close();
                searcher = null;
            }
}




TestComplexExplanations: 

 [SetUp]
 public override void  SetUp()
{
            if (searcher == null) base.SetUp();
           searcher.SetSimilarity(new AnonymousClassDefaultSimilarity(this));
}


> 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
>         Attachments: TestComplexExplanations.patch, TestExplanations.patch
>
>
> [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.

Reply via email to