Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F559706
PhabricatorUserFerretEngine.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
545 B
Referenced Files
None
Subscribers
None
PhabricatorUserFerretEngine.php
View Options
<?php
final
class
PhabricatorUserFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'user'
;
}
public
function
getScopeName
()
{
return
'user'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorPeopleSearchEngine
();
}
public
function
getObjectTypeRelevance
()
{
// Always sort users above other documents, regardless of relevance
// metrics. A user profile is very likely to be the best hit for a query
// which matches a user.
return
500
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 10:41 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124999
Default Alt Text
PhabricatorUserFerretEngine.php (545 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment