Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92758331
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, Nov 23, 11:51
Size
216 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 11:51 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22498538
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