FullText
FinalYes
Table of Contents
Methods
- add() : void
- canUseFulltextSearch() : bool
- createTable() : void
- delete() : void
- doesIblockSupportByData() : bool
- doesIblockSupportById() : bool
- drop() : void
- getTableName() : string
- isExist() : bool
- isTableExist() : bool
- update() : void
Methods
add()
public
static add(int $iblockId, array<string|int, mixed> $searchIndexParams) : void
Parameters
- $iblockId : int
- $searchIndexParams : array<string|int, mixed>
canUseFulltextSearch()
public
static canUseFulltextSearch(int $iblockId) : bool
Parameters
- $iblockId : int
Return values
boolcreateTable()
public
static createTable(int $iblockId) : void
Parameters
- $iblockId : int
delete()
public
static delete(int $iblockId, int $elementId) : void
Parameters
- $iblockId : int
- $elementId : int
doesIblockSupportByData()
public
static doesIblockSupportByData(array<string|int, mixed> $data) : bool
Parameters
- $data : array<string|int, mixed>
Return values
booldoesIblockSupportById()
public
static doesIblockSupportById(int $iblockId) : bool
Parameters
- $iblockId : int
Return values
booldrop()
public
static drop(int $iblockId) : void
Parameters
- $iblockId : int
getTableName()
public
static getTableName(int $iblockId) : string
Parameters
- $iblockId : int
Return values
stringisExist()
public
static isExist(int $iblockId, int $elementId) : bool
Parameters
- $iblockId : int
- $elementId : int
Return values
boolisTableExist()
public
static isTableExist(int $iblockId) : bool
Parameters
- $iblockId : int
Return values
boolupdate()
public
static update(int $iblockId, int $elementId, array<string|int, mixed> $searchIndexParams) : void
Parameters
- $iblockId : int
- $elementId : int
- $searchIndexParams : array<string|int, mixed>