Page MenuHomec4science

20160927.phurl.ngrams.php
No OneTemporary

File Metadata

Created
Tue, Nov 26, 20:07

20160927.phurl.ngrams.php

<?php
$table = new PhabricatorPhurlURL();
foreach (new LiskMigrationIterator($table) as $url) {
PhabricatorSearchWorker::queueDocumentForIndexing(
$url->getPHID(),
array(
'force' => true,
));
}

Event Timeline