[Zope-CMF] Re: CMFSetup and tools that cache data
yuppie
y.2005- at wcm-solutions.de
Thu Nov 17 08:01:25 EST 2005
Hi Florent!
Florent Guillaume wrote:
> How does CMFSetup/GenericSetup deal with tools that "cache" data?
>
> For instance, when a ZCatalog config is loaded, and some indexes are
> added, they are empty.
> Is there a specific phase where the index can be updateed? Where the
> catalog itself can be repopulated from the existing content in the site,
> if a catalog is fully recreated?
AFAIK the catalog handler is the only handler that has that problem.
Right know the policy is:
- clear all modified indexes to make sure they don't become inconsistent
- don't try to do any reindexing to avoid long running processes on big
sites
If your site contains content you have to reindex manually.
Of course this could be improved.
Cheers,
Yuppie
More information about the Zope-CMF
mailing list