Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106009803
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
Fri, Mar 21, 12:05
Size
229 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 12:05 (2 d)
Engine
blob
Format
Raw Data
Handle
25095987
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