Interface for TTMServer that can act as backend for translation search.
More...
Interface for TTMServer that can act as backend for translation search.
- Since
- 2014.04
Definition at line 133 of file Interfaces.php.
◆ getDocuments()
SearchableTTMServer::getDocuments |
( |
| $resultset | ) |
|
◆ getFacets()
SearchableTTMServer::getFacets |
( |
| $resultset | ) |
|
◆ getTotalHits()
SearchableTTMServer::getTotalHits |
( |
| $resultset | ) |
|
◆ search()
SearchableTTMServer::search |
( |
| $queryString, |
|
|
| $opts, |
|
|
| $highlight ) |
Performs a search in the translation database.
- Parameters
-
string | $queryString | String to search for. |
array | $opts | Query options like language. |
array | $highlight | Tags for highlighting. |
- Returns
- mixed Result set
Implemented in ElasticSearchTTMServer.
The documentation for this interface was generated from the following file: