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.