add more hooks

This commit is contained in:
Uwe Steinmann 2017-02-23 09:03:21 +01:00
parent 811a8f14d2
commit 7f0c1dda9e

View File

@ -25,6 +25,24 @@ being called.
Currently available controller hooks
------------------------------------
AddDocument::preAddDocument
Called before a new document will be added
AddDocument::postAddDocument
Called after a new document has been added
AddDocument::preIndexDocument
Called before a new document will be indexed
UpdateDocument::preUpdateDocument
Called before a new document will be updated
UpdateDocument::postUpdateDocument
Called after a new document has been updated
UpdateDocument::preIndexDocument
Called before an updated document will be indexed
RemoveDocument::preRemoveDocument
Called before a document will be removed