the Umbraco.config file is the XML based content cache and when you use the "Republish entire site" option you update the XML cache so the content rendered by either XSLT or Razor is up to date.
The Examine index is used for quyering the content. It's used in the Umbraco backoffice search and you can hook into for building your own search used on the frontpage as well. The EZSearch package is using the Examine indexes for instance.
Content / RepublishEntireSite: what is it?
Content / RepublishEntireSite, what is it?
I know that it regen "AppData/Umbraco.config". Maybe "AppData/Access.config" also?
When "umbraco.config" is used?
When "Examine" is used instead of "umbraco.config"?
I'm confused... I would to understand when I need to regen Examine indexes, or when invoke "Rebuild entire site".
Thanks.
Hi Flavio
the Umbraco.config file is the XML based content cache and when you use the "Republish entire site" option you update the XML cache so the content rendered by either XSLT or Razor is up to date.
The Examine index is used for quyering the content. It's used in the Umbraco backoffice search and you can hook into for building your own search used on the frontpage as well. The EZSearch package is using the Examine indexes for instance.
You can learn a lot more about Examine in this article by Peter Gregory http://umbraco.com/follow-us/blog-archive/2011/9/16/examining-examine
I hope this makes things more clear :)
/Jan
Thanks Jan.
Very useful.
One last question:
Then, in Razor, this code uses
App_Code/umbraco.config
, is it true?Hi Flavio
Sorry for the late reply - Just went through the mailbox and could see this one was hiding.
But yes that is correct. If the content cache is not up to date you won't be able to render it untill the cache has been republished.
/Jan
Thanks @Jan
is working on a reply...