Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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/
Hi Ahmed,
Same principles still works in the v8.
As per example:- 1. Archive nodes can be unpublished.
This will reduce size of Nucache file and make save.
They will be available for search in Examine (internal index or you can create your own index with unpublished flag ticked).
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
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?
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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/
Hi Ahmed,
Same principles still works in the v8.
As per example:- 1. Archive nodes can be unpublished.
This will reduce size of Nucache file and make save.
They will be available for search in Examine (internal index or you can create your own index with unpublished flag ticked).
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
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?
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.
is working on a reply...