ActivityIndexerSearchPreprocessor
class ActivityIndexerSearchPreprocessor extends SearchPreprocessor
Properties
| SearchController | $mod | ||
| array | $_hook_info | Hook Information "id" => "4914" "instance_id" => "api_microsoft" "name" => "oauth_client" "hook" => "webservice.oauth_client" "type" => "object" "registry_name" => "oauth_client" "function_name" => "" "internal" => "no" "dep_mode" => "local" "active" => "yes" "title" => "Basic functions" "description" => "" "options" => "" |
from BaseHook |
Methods
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
As likes/views change permanently we update these values on each background update operation for all documents
Add like and view attribute to SearchIndexRecord
Details
in
BaseHook at line 76
string
getHookDescription()
No description
in
BaseHook at line 55
string
getHookIdentifier()
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
in
BaseHook at line 45
array
getHookInfoValue(bool $key = false)
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
in
BaseHook at line 69
string
getHookInstance()
No description
in
BaseHook at line 62
string
getHookName()
No description
in
BaseHook at line 83
string
getHookTitle()
No description
in
BaseHook at line 88
getObject()
No description
in
BaseHook at line 97
mixed
getOption(string $key)
Returns the option with $key set in the config.yml
in
SearchPreprocessor at line 38
bool
isAvailable()
Returns true if this hook is available otherwise false.
at line 47
bool
onBackgroundUpdate()
As likes/views change permanently we update these values on each background update operation for all documents
at line 24
SearchIndexRecord
preProcessDocument(SearchIndexRecord $searchDocument)
Add like and view attribute to SearchIndexRecord