Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94028747
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
Tue, Dec 3, 08:52
Size
220 B
Mime Type
text/x-php
Expires
Thu, Dec 5, 08:52 (2 d)
Engine
blob
Format
Raw Data
Handle
22715662
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