|
eZ Publish
[trunk]
|
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 17 of file ezsearchlog.php.
| static eZSearchLog::addPhrase | ( | $ | phrase, |
| $ | returnCount | ||
| ) | [static] |
Logs a search query so that we can retrieve statistics afterwords.
Definition at line 22 of file ezsearchlog.php.
| static eZSearchLog::mostFrequentPhraseArray | ( | $ | parameters = array( ) | ) | [static] |
Returns the most frequent search phrases, which did not get hits.
Definition at line 74 of file ezsearchlog.php.
Referenced by eZSearchFunctionCollection\fetchSearchList().
| static eZSearchLog::removeStatistics | ( | ) | [static] |
Removes all stored phrases and search match counts from the database.
Definition at line 89 of file ezsearchlog.php.