Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103452352
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
Sun, Mar 2, 04:02
Size
220 B
Mime Type
text/x-php
Expires
Tue, Mar 4, 04:02 (2 d)
Engine
blob
Format
Raw Data
Handle
24580846
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