• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/search/reindexprocess.php
  • Класс: BitrixSaleLocationSearchReindexProcess
  • Вызов: ReindexProcess::onAfterPerformIteration
public function onAfterPerformIteration()
{
	if($this->getPercent() == 100)
		Finder::setIndexValid();
}