[ https://issues.apache.org/jira/browse/LUCENENET-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Jordan updated LUCENENET-363: ------------------------------------ Attachment: TestIndexReader.diff > Compatibility fix for Mono > -------------------------- > > Key: LUCENENET-363 > URL: https://issues.apache.org/jira/browse/LUCENENET-363 > Project: Lucene.Net > Issue Type: Bug > Environment: Linux/Mono 2.6.x > Reporter: Robert Jordan > Attachments: TestIndexReader.diff > > > TestIndexReader.TestTermVectors() is enumerating over a generic > SortedDictionary with a non-generic IEnumerator. > MS.NET is returning a KeyValuePair while Mono is (correctly, IMHO) returning > a DictionaryEntry, because the user was actually requesting a non-generic > enumerator. > The fix is kinda trivial: use a generic IEnumerator. The code is much > readable this way, too. See the attached patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.