[
https://issues.apache.org/jira/browse/LUCENENET-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755601#action_12755601
]
Digy commented on LUCENENET-194:
--------------------------------
Hi Iliev,
Everything works fine. I get no exceptions.
Can you post a test case showing the bug?
DIGY
> Bug in Lucene.Net.Document.Document.cs GetFieldables method
> -----------------------------------------------------------
>
> Key: LUCENENET-194
> URL: https://issues.apache.org/jira/browse/LUCENENET-194
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Iliev Andrei
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> public Fieldable[] GetFieldables(System.String name)
> {
> /*****skip***/
> return (Fieldable[]) result.ToArray(typeof(Field));
> }
> SHOULD BE
> return (Fieldable[]) result.ToArray(typeof(Fieldable)),
> otherwise exception will arise.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.