- Модуль: sale
- Путь к файлу: ~/bitrix/modules/sale/lib/location/search/wordchain.php
- Класс: BitrixSaleLocationSearchWordChainTable
- Вызов: WordChainTable::reCreateIndex
static function reCreateIndex()
{
/*
$sql = 'create index IX_SALE_WC on b_sale_loc_wordchain (
SORT,
TYPE_SORT,
W_1,
W_2,
W_3,
W_4,
W_5,
W_6,
W_7,
W_8,
W_9,
W_10
)';
MainHttpApplication::getConnection()->query($sql);
*/
}