Page MenuHomec4science

20160927.phurl.ngrams.php
No OneTemporary

File Metadata

Created
Sat, Nov 23, 11:51

20160927.phurl.ngrams.php

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

Event Timeline