CirrusSearch
Elasticsearch-powered search for MediaWiki
|
A repository of search profiles. More...
Public Member Functions | |
repositoryType () | |
The repository type. | |
repositoryName () | |
The repository name. | |
getProfile ( $name) | |
Load a profile named $name. | |
hasProfile ( $name) | |
Check if a profile named $name exists in this repository. | |
listExposedProfiles () | |
Get the list of profiles that we want to expose to the user. | |
A repository of search profiles.
CirrusSearch\Profile\SearchProfileRepository::getProfile | ( | $name | ) |
Load a profile named $name.
string | $name |
Implemented in CirrusSearch\Profile\ArrayProfileRepository, CirrusSearch\Profile\CompletionSearchProfileRepository, CirrusSearch\Profile\ConfigProfileRepository, CirrusSearch\Profile\ExtensionRegistryProfileRepository, CirrusSearch\Profile\PhraseSuggesterProfileRepoWrapper, and CirrusSearch\Profile\SearchProfileRepositoryTransformer.
CirrusSearch\Profile\SearchProfileRepository::hasProfile | ( | $name | ) |
Check if a profile named $name exists in this repository.
string | $name |
Implemented in CirrusSearch\Profile\ArrayProfileRepository, CirrusSearch\Profile\CompletionSearchProfileRepository, CirrusSearch\Profile\ConfigProfileRepository, CirrusSearch\Profile\ExtensionRegistryProfileRepository, CirrusSearch\Profile\PhraseSuggesterProfileRepoWrapper, and CirrusSearch\Profile\SearchProfileRepositoryTransformer.
CirrusSearch\Profile\SearchProfileRepository::listExposedProfiles | ( | ) |
Get the list of profiles that we want to expose to the user.
Implemented in CirrusSearch\Profile\ArrayProfileRepository, CirrusSearch\Profile\CompletionSearchProfileRepository, CirrusSearch\Profile\ConfigProfileRepository, CirrusSearch\Profile\ExtensionRegistryProfileRepository, CirrusSearch\Profile\PhraseSuggesterProfileRepoWrapper, and CirrusSearch\Profile\SearchProfileRepositoryTransformer.
CirrusSearch\Profile\SearchProfileRepository::repositoryName | ( | ) |
The repository name.
Implemented in CirrusSearch\Profile\ArrayProfileRepository, CirrusSearch\Profile\CompletionSearchProfileRepository, CirrusSearch\Profile\ConfigProfileRepository, CirrusSearch\Profile\ExtensionRegistryProfileRepository, CirrusSearch\Profile\PhraseSuggesterProfileRepoWrapper, and CirrusSearch\Profile\SearchProfileRepositoryTransformer.
CirrusSearch\Profile\SearchProfileRepository::repositoryType | ( | ) |
The repository type.
Implemented in CirrusSearch\Profile\ArrayProfileRepository, CirrusSearch\Profile\CompletionSearchProfileRepository, CirrusSearch\Profile\ConfigProfileRepository, CirrusSearch\Profile\ExtensionRegistryProfileRepository, CirrusSearch\Profile\PhraseSuggesterProfileRepoWrapper, and CirrusSearch\Profile\SearchProfileRepositoryTransformer.