Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105969707
20161011.conpherence.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
Fri, Mar 21, 04:51
Size
220 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 04:51 (2 d)
Engine
blob
Format
Raw Data
Handle
25087235
Attached To
rPH Phabricator
20161011.conpherence.ngrams.php
View Options
<?php
$table
=
new
ConpherenceThread
();
foreach
(
new
LiskMigrationIterator
(
$table
)
as
$thread
)
{
PhabricatorSearchWorker
::
queueDocumentForIndexing
(
$thread
->
getPHID
(),
array
(
'force'
=>
true
,
));
}
Event Timeline
Log In to Comment