• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/integration/search/topic.php
  • Класс: BitrixForumIntegrationSearchTopic
  • Вызов: Topic::reindexFirstMessage
static function reindexFirstMessage(int $topicId)
{
	static::reindex($topicId, true);
}