[
https://issues.apache.org/jira/browse/LUCENENET-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613956#action_12613956
]
Digy commented on LUCENENET-117:
--------------------------------
Bug still exists in Lucene.Net 2.3.1 build 001 "beta" and patch is valid.
Patch also solves the issue LUCENENET-125.
(To reproduce the bug Lucene.Net & the test app must be compiled in "release
mode")
DIGY
> IndexWriter.Close() throws exception
> ------------------------------------
>
> 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
> Attachments: 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.