Page MenuHomePhorge

PhabricatorUserFerretEngine.php
No OneTemporary

Size
545 B
Referenced Files
None
Subscribers
None

PhabricatorUserFerretEngine.php

<?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

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)

Event Timeline