Uploaded image for project: 'Lucene.Net'
  1. Lucene.Net
  2. LUCENENET-351

spellcheck can fail

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • All

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            xodarap Ben West
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: