Commit 6db1cfd0 authored by Vincent Pelletier's avatar Vincent Pelletier

Improve dosctring a bit.

Hot reindex doesn't synchronise catalogs. It creates a new catalog from
ZODB data, which is expected to reach the same stata as original catalog.
It does not use existing catalog as data source.
parent bb615e11
......@@ -424,7 +424,9 @@ class ZCatalog(Folder, Persistent, Implicit):
"""
Starts a hot reindexing.
Hot reindexing will create a catalog and sync it with the current one.
Hot reindexing reindexes all documents using destination_sql_catalog_id
with low priority (so site can keep working during hot reindexation).
Once done, both catalogs will be swapped so that current catalog will
not be used any more and destination catalog will get used "for real".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment