• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/search/word.php
  • Класс: BitrixSaleLocationSearchWordTable
  • Вызов: WordTable::createIndex
static function createIndex()
{
	Helper::dropIndexByName('IX_SALE_LOC_SEARCH_WORD_TMP', static::getTableName());
	Helper::createIndex(static::getTableName(), 'WP', array('WORD', 'POSITION'));
}