class SearchIndexContentRecord

Properties

protected string $title
protected string $summary
protected string $indexContent
protected bool $isAutoTranslated
protected string $locale

Methods

__construct(DocumentIndex $documentIndex)

SearchIndexRecord is always based on the respective document_index

string
getIndexContent()

No description

bool
getIsAutoTranslated()

Returns true if this Content has not been translated by humans (Auto Translated)

string
getLocale()

No description

string
getSummary()

No description

string
getTitle()

No description

setIndexContent(string $indexContent)

No description

setIsAutoTranslated(bool $isAutoTranslated)

Set to true if this Content has not been translated by humans

setLocale(string $locale)

No description

setSummary(string $summary)

No description

setTitle(string $title)

No description

Details

at line 41
__construct(DocumentIndex $documentIndex)

SearchIndexRecord is always based on the respective document_index

Parameters

DocumentIndex $documentIndex

at line 82
string getIndexContent()

No description

Return Value

string

at line 127
bool getIsAutoTranslated()

Returns true if this Content has not been translated by humans (Auto Translated)

Return Value

bool

at line 99
string getLocale()

No description

Return Value

string

at line 65
string getSummary()

No description

Return Value

string

at line 48
string getTitle()

No description

Return Value

string

at line 91
SearchIndexContentRecord setIndexContent(string $indexContent)

No description

Parameters

string $indexContent

Return Value

SearchIndexContentRecord

at line 118
setIsAutoTranslated(bool $isAutoTranslated)

Set to true if this Content has not been translated by humans

Parameters

bool $isAutoTranslated

at line 109
SearchIndexContentRecord setLocale(string $locale)

No description

Parameters

string $locale

Return Value

SearchIndexContentRecord

at line 74
SearchIndexContentRecord setSummary(string $summary)

No description

Parameters

string $summary

Return Value

SearchIndexContentRecord

at line 57
SearchIndexContentRecord setTitle(string $title)

No description

Parameters

string $title

Return Value

SearchIndexContentRecord