|
eZ Publish
[4.2]
|
eZSearchLog handles logging of search phrases More...
Static Public Member Functions | |
| static | addPhrase ($phrase, $returnCount) |
| static | mostFrequentPhraseArray ($parameters=array()) |
| static | removeStatistics () |
eZSearchLog handles logging of search phrases
Definition at line 37 of file ezsearchlog.php.
| static eZSearchLog::addPhrase | ( | $ | phrase, |
| $ | returnCount | ||
| ) | [static] |
Logs a search query so that we can retrieve statistics afterwords.
Definition at line 42 of file ezsearchlog.php.
| static eZSearchLog::mostFrequentPhraseArray | ( | $ | parameters = array( ) | ) | [static] |
Returns the most frequent search phrases, which did not get hits.
Definition at line 89 of file ezsearchlog.php.
| static eZSearchLog::removeStatistics | ( | ) | [static] |
Removes all stored phrases and search match counts from the database.
Definition at line 104 of file ezsearchlog.php.