ContentSearchIndex
extends
SearchIndex
in
Table of Contents
- OnAddOrUpdateContent() : void
- Hook on content creation or modification
- OnDeleteContent() : void
- Hook on delete a content
- OnIndex() : void
- The hook on new index must follow this interface
- OnNewIndex() : void
- On full new index
- OnSyncronize() : void
- Called after a sync operation
Methods
OnAddOrUpdateContent()
Hook on content creation or modification
public
OnAddOrUpdateContent(HookArgument $reference) : void
Parameters
- $reference : HookArgument
Return values
void —OnDeleteContent()
Hook on delete a content
public
OnDeleteContent(HookArgument $reference) : void
Parameters
- $reference : HookArgument
Return values
void —OnIndex()
The hook on new index must follow this interface
public
OnIndex(HookArgument $reference) : void
Parameters
- $reference : HookArgument
Return values
void —OnNewIndex()
On full new index
public
OnNewIndex(HookArgument $reference) : void
Parameters
- $reference : HookArgument
Return values
void —OnSyncronize()
Called after a sync operation
public
OnSyncronize(HookArgument $reference) : void
Parameters
- $reference : HookArgument