[
https://issues.apache.org/jira/browse/LUCENENET-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778169#action_12778169
]
Digy commented on LUCENENET-253:
--------------------------------
According to my tests, this patch doesn't change the behaviour of other
failing or passing tests. So it 's transparent.
DIGY.
> TestIndexReaderCloneNorms.TestNormsRefCounting
> ----------------------------------------------
>
> Key: LUCENENET-253
> URL: https://issues.apache.org/jira/browse/LUCENENET-253
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Digy
> Attachments: Another Big 1.patch
>
>
> It started with a classical error "can not cast
> System.Collection.DictionaryEntry to string".
> After I fixed it. I got the same error.
> After debugging the IndexInput.readStringStringMap, I saw that there is 5 or
> 6 level indirection. System.Collection.DictionaryEntry containing another
> System.Collection.DictionaryEntry ..... etc.
> So this patch is the result of an another cleanup.
> DIGY
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.