[
https://issues.apache.org/jira/browse/LUCENENET-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778204#action_12778204
]
George Aroush commented on LUCENENET-253:
-----------------------------------------
Looking good. Thanks DIGY! Commit away with the following minor change to
the file /Store/IndexInput.cs
- public virtual System.Collections.IDictionary
readStringStringMap()
+ public virtual
System.Collections.Generic.IDictionary<string,string> readStringStringMap()
Change readStringStringMap() to ReadStringStringMap()
> 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.