[Zope3-Users] Prevent an event

Kevin Smith kevin at mcweekly.com
Mon Sep 17 12:06:22 EDT 2007


Markkus,

Thanks for your reply, I'm having scaling issues and want to be in 
control of the indexing process. I have a large number of documents 
already in the system.

I believe the best case for me in the short run is to prevent the 
initial indexing on catalog creation and if understand it correctly, 
recursively touching all of my objects.

Kevin Smith



Markus Kemmerling wrote:
> Am 16.09.2007 um 21:00 schrieb kevin at mcweekly.com:
>
>> Is there away to prevent the catalog from auto-indexing upon creation 
>> of the catalog?
>
> Why would you want to do this on the catalog level?
>
> You can exclude objects from being auto-(re-)indexed by implementing 
> `zope.app.catalog`'s marker interfaces `INoAutoIndex` and 
> `INoAutoReindex`, respectively.
>
> Regards,
> Markus Kemmerling
>
> ___________________
> Markus Kemmerling
>
> Medical University Vienna
> Core Unit for Medical Education
> P.O. Box 10  A-1097 Vienna
> phone: +43-1-40 160-36 863  fax: +43-1-40 160-93 65 00
> http://www.meduniwien.ac.at/bemaw/
>
>
>


More information about the Zope3-users mailing list