Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107174270
20160927.phurl.ngrams.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 5, 15:43
Size
216 B
Mime Type
text/x-php
Expires
Mon, Apr 7, 15:43 (2 d)
Engine
blob
Format
Raw Data
Handle
25359116
Attached To
rPH Phabricator
20160927.phurl.ngrams.php
View Options
<?php
$table
=
new
PhabricatorPhurlURL
();
foreach
(
new
LiskMigrationIterator
(
$table
)
as
$url
)
{
PhabricatorSearchWorker
::
queueDocumentForIndexing
(
$url
->
getPHID
(),
array
(
'force'
=>
true
,
));
}
Event Timeline
Log In to Comment