Copied to clipboard

Flag this post as spam?

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


  • Ahmed Heasat 10 posts 90 karma points
    Sep 15, 2019 @ 07:09
    Ahmed Heasat
    0

    big NuCache file

    Hi,

    I have more than 25,000 nodes, I need to know how to exclude or archive old nodes from Umbraco, because the NuCache file is very big. the size of new cache file

    Any technical ideas to implement that in Umbraco8...

    I check the below blog.. but it was based on Umbraco7 and Azure search while I am using Umbraco8 and Examine Search

    https://www.moriyama.co.uk/about-us/news/blog-the-need-for-archived-content-in-umbraco-and-how-to-do-it/

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Sep 16, 2019 @ 05:31
    Shaishav Karnani from digitallymedia.com
    1

    Hi Ahmed,

    Same principles still works in the v8.

    As per example:- 1. Archive nodes can be unpublished.

    1. This will reduce size of Nucache file and make save.

    2. They will be available for search in Examine (internal index or you can create your own index with unpublished flag ticked).

    3. Now, you need to write IContentFinder and IURLProvider to generate URL and fetch content for Archive nodes.

    So, except some syntax changes due to DI approach and Nucache file. Rest is going to remain the same.

    Cheers,

    Shaishav

  • Ahmed Heasat 10 posts 90 karma points
    Sep 16, 2019 @ 09:10
    Ahmed Heasat
    0

    Hi Shaishav,

    I unpublished a news container called "2005 News" it has many nodes beneath it, but my issue is why that container's children still as "Published"? how can I unpublished its children as well?

  • Mus'ab 157 posts 385 karma points notactivated
    Dec 09, 2019 @ 17:11
    Mus'ab
    0

    Hi Shaishav Karnani

    i tried your solution and use internal index then content finder

    but what will google search thinking about unpublished node after that ?

    because unpublished doesn't have link.

Please Sign in or register to post replies

Write your reply to:

Draft