Copied to clipboard

Flag this post as spam?

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


  • Mark 255 posts 612 karma points
    Oct 20, 2014 @ 22:49
    Mark
    0

    Using Examine 1.4.2 on Umbraco 4.7.1.1

    I have a 4.7.1.1 dev environment that had nForum installed. This has a different (later?) version of Examine than a standard 4.7.1.1 build.

    I have written a large chunk of custom code for a customer that relies on an event handler (Examine.LuceneEngine.Providers.LuceneIndexer.IndexOperationComplete) to trigger some database updates.

    Unfortunately this event handler does not exist in the standard build, and there is no easy way I can see to perform these updates, as they need to run after a particular index is updated (i.e. after all GatheringNodeData events have finished for a specific index).

    So my question is, can I safely install Examine 1.4.2 binaries onto a standard Umbraco 4.7.1.1 build, without installing nForum?

    If it isn't safe, is there another event handler I can hook into? Or is there another solution?

  • Mark 255 posts 612 karma points
    Oct 20, 2014 @ 23:08
    Mark
    0

    Looking at the assembly, it looks like the standard build uses Examine.dll, v2.0.50727. The nForum package installed Examine.dll, v4.0.30319.

Please Sign in or register to post replies

Write your reply to:

Draft