class SearchUpdateRecord

Methods

__construct(array $hit)

No description

$this
addMetaData(string $key, string $value, string $instanceId)

Allows to set a single key-value pair in the meta data

getDocumentIndexId()

No description

getMetaData()

No description

getProperties()

No description

$this
setMetaData(array $metaData, string $instanceId)

Set additional meta data which allows to filter the search results by additional faceted filters.

setProperty(string $property, mixed $value)

Set an additional property in the index.

Details

at line 15
__construct(array $hit)

No description

Parameters

array $hit

at line 50
$this addMetaData(string $key, string $value, string $instanceId)

Allows to set a single key-value pair in the meta data

Parameters

string $key
string $value
string $instanceId

Return Value

$this

at line 55
getDocumentIndexId()

No description

at line 59
getMetaData()

No description

at line 74
getProperties()

No description

at line 36
$this setMetaData(array $metaData, string $instanceId)

Set additional meta data which allows to filter the search results by additional faceted filters.

Parameters

array $metaData
string $instanceId

Return Value

$this

at line 69
SearchUpdateRecord setProperty(string $property, mixed $value)

Set an additional property in the index.

Parameters

string $property
mixed $value

Return Value

SearchUpdateRecord