Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Trevor Morgan 13 posts 64 karma points
    Aug 21, 2017 @ 14:19
    Trevor Morgan
    1

    Adding Spell Check to Umbraco Examine Search

    HI All,

    We are trying to add spellcheck functionality to our Umbraco Examine search and have been following this guide, which looks like it will perfectly fulfill our requirements.

    http://blog.aabech.no/archive/building-a-spell-checker-for-search-in-umbraco/

    No matter how I seem to configure it we are getting:

    TypeLoadException: Could not load type 'Assembly.SpellingIndexer' from assembly 'Assembly'.

    Followed by Visual Studio trying to find the Examine manager in the file system.

    Has anyone implemented the above? I'd really like to compare what I have to what works!

    cheers, Trev

  • Michaela Ivanova 12 posts 104 karma points
    Feb 20, 2018 @ 08:55
    Michaela Ivanova
    100

    Hey, I found how to fix the issue, add an empty constructor in you SpellcheckIndexer

    public SpellCheckIndexer():base(){}
    

    And be careful with the hyphens in your namespaces if you have some.

  • Trevor Morgan 13 posts 64 karma points
    Feb 20, 2018 @ 09:57
    Trevor Morgan
    0

    Thanks for the reply! I got there in the end, but failed to update this

Please Sign in or register to post replies

Write your reply to:

Draft