• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/search/reindexprocess.php
  • Класс: BitrixSaleLocationSearchis
  • Вызов: is::stageResortDictionary
protected function stageResortDictionary()
{
	if($this->getStep() == 0)
	{
		$this->wordInstance->setOffset(0);
		$this->wordInstance->setPosition(0);
	}

	$allDone = $this->wordInstance->resort();

	if($allDone)
		$this->wordInstance->mergeResort();

	return $allDone;
}