Copied to clipboard

Flag this post as spam?

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


  • Fredrik 5 posts 75 karma points
    Jun 02, 2016 @ 19:47
    Fredrik
    0

    Examine is there a reason to set supportUnpublished="true"

    We have a db with extremely much content and rebuilding index fails when supportUnpublished="true". Are there any other consequences besides unpublished content not getting indexed?

  • Brad 69 posts 97 karma points
    Jun 02, 2016 @ 20:33
    Brad
    0

    Did you check the Umbraco log file for why it fails?

  • Fredrik 5 posts 75 karma points
    Jun 03, 2016 @ 06:26
    Fredrik
    0

    Yes there is nothing in the log file.

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Jun 03, 2016 @ 12:10
    Ismail Mayat
    0

    Fredrik,

    I am assuming this in on your internal index? By default on internal index that flag is set to true on external index it is not.

    The internal index is used in the back office search where you would want to search on all content regardless of whether its published.

    The external index is used on front end search and thus you would not want to include in your search results unpublished content as users would end up with 404's if they click on un published link.

    I suspect that you have something un published and there is something wron g with that bit of content and that is causing indexing to fail. Do you have any gathering node events setup?

    Regards

    Ismail

  • Fredrik 5 posts 75 karma points
    Jun 03, 2016 @ 12:32
    Fredrik
    0

    Thank you for your response.

    Is indexing only used for searching content? So Umbraco does not use indexing to retrieve content instead of querying the database? Do you have any examples of what can be wrong with the content?

    We have 6 front-end sites that are loadbalanced.

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Jun 03, 2016 @ 13:48
    Ismail Mayat
    0

    Fredrik,

    The internal index is used for internal cache as well. With regards to content issues in v6 I have seen stray xml in rte mess things up also when you have gatheringnode data event and that has an error.

    Can you confirm you have not custom code that uses gatheringnode data?

    Regards

    Ismail

  • Fredrik 5 posts 75 karma points
    Jun 07, 2016 @ 07:17
    Fredrik
    0

    Ismail,

    We're not using gateheringnodedata event in our code. It all works fine in version 7.2.4 but when we upgrade to the latest version it stops working.

    Regards Fredrik

Please Sign in or register to post replies

Write your reply to:

Draft