EntitySearchHelper implementation invoked when federated properties is enabled which uses entity configuration to instantiate the specific handler.
More...
|
| __construct (EntitySearchHelper $federatedPropertiesEntitySearchHelper, TypeDispatchingEntitySearchHelper $typeDispatchingEntitySearchHelper) |
|
| getRankedSearchResults ( $text, $languageCode, $entityType, $limit, $strictLanguage, ?string $profileContext) |
| Get entities matching the search term.- Parameters
-
string | $text | |
string | $languageCode | |
string | $entityType | |
int | $limit | |
bool | $strictLanguage | |
string | null | $profileContext | indication given to the engine on the context this search is made (might affect ranking) |
- Returns
- TermSearchResult[] Key: string Serialized EntityId
- Exceptions
-
More...
|
|
EntitySearchHelper implementation invoked when federated properties is enabled which uses entity configuration to instantiate the specific handler.
- Copyright
- GPL-2.0-or-later
◆ __construct()
◆ getRankedSearchResults()
Wikibase\Repo\Api\FedPropertiesTypeDispatchingEntitySearchHelper::getRankedSearchResults |
( |
|
$text, |
|
|
|
$languageCode, |
|
|
|
$entityType, |
|
|
|
$limit, |
|
|
|
$strictLanguage, |
|
|
?string |
$profileContext |
|
) |
| |
Get entities matching the search term.
- Parameters
-
string | $text | |
string | $languageCode | |
string | $entityType | |
int | $limit | |
bool | $strictLanguage | |
string | null | $profileContext | indication given to the engine on the context this search is made (might affect ranking) |
- Returns
- TermSearchResult[] Key: string Serialized EntityId
- Exceptions
-
Implements Wikibase\Repo\Api\EntitySearchHelper.
◆ $federatedPropertiesEntitySearchHelper
Wikibase\Repo\Api\FedPropertiesTypeDispatchingEntitySearchHelper::$federatedPropertiesEntitySearchHelper |
|
private |
◆ $typeDispatchingEntitySearchHelper
Wikibase\Repo\Api\FedPropertiesTypeDispatchingEntitySearchHelper::$typeDispatchingEntitySearchHelper |
|
private |
The documentation for this class was generated from the following file: