Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106886614
20151221.search.3.reindex.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
Wed, Apr 2, 02:09
Size
229 B
Mime Type
text/x-php
Expires
Fri, Apr 4, 02:09 (2 d)
Engine
blob
Format
Raw Data
Handle
25271070
Attached To
rPH Phabricator
20151221.search.3.reindex.php
View Options
<?php
$table
=
new
PhabricatorOwnersPackage
();
foreach
(
new
LiskMigrationIterator
(
$table
)
as
$package
)
{
PhabricatorSearchWorker
::
queueDocumentForIndexing
(
$package
->
getPHID
(),
array
(
'force'
=>
true
,
));
}
Event Timeline
Log In to Comment