Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110526802
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
Sat, Apr 26, 17:55
Size
220 B
Mime Type
text/x-php
Expires
Mon, Apr 28, 17:55 (2 d)
Engine
blob
Format
Raw Data
Handle
25826485
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