Copied to clipboard

Flag this post as spam?

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


  • nima 18 posts 38 karma points
    Oct 30, 2012 @ 19:07
    nima
    0

    Group publishing doesn't work in Examine indexing

    I use luke to look into my search index. When I publish entire site or publish my main node with publish subpages option, index doesn't change. When I publish a single page with the publish button the contents of that page is added to index.

    Do I have to publish all my pages one by one to get them indexed?

  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Oct 31, 2012 @ 11:02
    Ismail Mayat
    0

    nimq,

    Install the http://our.umbraco.org/projects/developer-tools/examine-dashboard and rebuild your indexes that way. After doing this check your log table I suspect one of the pages is causing indexing to fail.

    Regards

    Ismail

  • nima 18 posts 38 karma points
    Nov 01, 2012 @ 10:10
    nima
    0

    thanks ismail,

    I solved my problem by scheduling a command:

    ExamineManager.Instance.IndexProviderCollection["IndexerName"].RebuildIndex();

    which is run hourly since the site is relatively small. But I still don't know why publish button can trigger indexing and publish from context menu cannot.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies