[
https://issues.apache.org/jira/browse/LUCENENET-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Digy resolved LUCENENET-351.
----------------------------
Resolution: Fixed
Thanks B.
( It is very hard to type your nick. Don't you have a shorter one? :-) )
Committed.
DIGY
> spellcheck can fail
> -------------------
>
> Key: LUCENENET-351
> URL: https://issues.apache.org/jira/browse/LUCENENET-351
> Project: Lucene.Net
> Issue Type: Bug
> Environment: All
> Reporter: B
> Attachments: LuceneDictionary.patch
>
>
> In LuceneDictionary.cs line 107 there is the following:
> if ((System.Object) fieldt != (System.Object) Enclosing_Instance.field)
> This was causing my spellchecking to fail, as the references aren't the same,
> but the values are. If I change it to be:
> if (fieldt != Enclosing_Instance.field)
> then it works fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.