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

Digy commented on LUCENENET-399:
--------------------------------

Hi All,
Although there is still one failing case _(failing condition has been 
introduced with 2.9.4. It is most probably that 2.9.2 would also suffer the 
same problem. So, I think 2.9.4 isn't less stable than 2.9.2)_ , Lucene.Net 
2.9.4 is ready to test.

And for IDisposable funs, below code works now.
{code}
using (IndexReader r = writer.GetReader())
{
    Query q = ...
    TopDocs = new IndexSearcher(r).Search(q, 10);
    ....
}
{code}
DIGY

> Port changes from Java Lucene 2.9.3 and 2.9.4 releases
> ------------------------------------------------------
>
>                 Key: LUCENENET-399
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-399
>             Project: Lucene.Net
>          Issue Type: Task
>          Components: Lucene.Net Core, Lucene.Net Test
>            Reporter: Troy Howard
>            Assignee: Scott Lombard
>             Fix For: Lucene.Net 2.9.4
>
>          Time Spent: 10h
>  Remaining Estimate: 10h
>
> Port changes from Java Lucene 2.9.3 and 2.9.4 releases. 
> The Lucene.Net 2.9.4 release will roll up the changes from both of those 
> releases into one. 
> Unit tests should be added or updated to reflect the changes. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to