You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "George Aroush (JIRA)" <ji...@apache.org> on 2008/07/17 00:25:31 UTC

[jira] Closed: (LUCENENET-117) Bug in Lucene.Net.Index.DocumentsWriter.AppendPostings when compiled in release-mode

     [ https://issues.apache.org/jira/browse/LUCENENET-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Aroush closed LUCENENET-117.
-----------------------------------


> Bug in Lucene.Net.Index.DocumentsWriter.AppendPostings when compiled in release-mode
> ------------------------------------------------------------------------------------
>
>                 Key: LUCENENET-117
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-117
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: Lucene.Net 2.3.1
>            Reporter: Digy
>            Assignee: George Aroush
>         Attachments: DocumentsWriter.patch, DocumentsWriter.patch
>
>
> When compiled in "release" mode IndexWriter.Close method throws exception since fms.NextTerm() is not called (in AppendPostings)
> -->    System.Diagnostics.Debug.Assert(fms.NextTerm());

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.