Liste de tous les membres
Attributs publics statiques |
static | $stemmer |
Documentation des fonctions membres
static FinderIndexerHelper::addContentType |
( |
|
$title, |
|
|
|
$mime = null |
|
) |
| |
|
static |
Method to add a content type to the database.
- Paramètres:
-
string | $title | The type of content. For example: PDF |
string | $mime | The mime type of the content. For example: PDF [optional] |
- Renvoie:
- integer The id of the content type.
- Depuis:
- 2.5
- Exceptions:
-
Exception | on database error. |
Références $db, $mime, $query, et $title.
Référencé par FinderIndexerAdapter\__construct().
static FinderIndexerHelper::getCommonWords |
( |
|
$lang | ) |
|
|
static |
Method to get an array of common terms for a language.
- Paramètres:
-
string | $lang | The language to use. |
- Renvoie:
- array Array of common terms.
- Depuis:
- 2.5
- Exceptions:
-
Exception | on database error. |
Références $db, $lang, et $query.
Référencé par isCommon().
Method to get extra data for a content before being indexed. This is how we add Comments, Tags, Labels, etc. that should be available to Finder.
- Paramètres:
-
- Renvoie:
- boolean True on success, false on failure.
- Depuis:
- 2.5
- Exceptions:
-
Exception | on database error. |
Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().
Référencé par plgFinderCategories\index(), plgFinderContent\index(), plgFinderWeblinks\index(), plgFinderNewsfeeds\index(), et plgFinderContacts\index().
static FinderIndexerHelper::getContentPath |
( |
|
$url | ) |
|
|
static |
Method to get the path (SEF route) for a content item.
- Paramètres:
-
string | $url | The non-SEF route to the content item. |
- Renvoie:
- string The path for the content item.
- Depuis:
- 2.5
Références $config, $route, $uri, $url, JURI\base(), JFactory\getConfig(), JRouter\getInstance(), jimport(), et JPATH_SITE.
Référencé par plgFinderCategories\index(), plgFinderContent\index(), plgFinderWeblinks\index(), plgFinderNewsfeeds\index(), plgFinderContacts\index(), et plgFinderContacts\setup().
static FinderIndexerHelper::getDefaultLanguage |
( |
| ) |
|
|
static |
static FinderIndexerHelper::getPrimaryLanguage |
( |
|
$lang | ) |
|
|
static |
static FinderIndexerHelper::isCommon |
( |
|
$token, |
|
|
|
$lang |
|
) |
| |
|
static |
static FinderIndexerHelper::parse |
( |
|
$input, |
|
|
|
$format = 'html' |
|
) |
| |
|
static |
static FinderIndexerHelper::prepareContent |
( |
|
$text, |
|
|
|
$params = null |
|
) |
| |
|
static |
static FinderIndexerHelper::stem |
( |
|
$token, |
|
|
|
$lang |
|
) |
| |
|
static |
static FinderIndexerHelper::tokenize |
( |
|
$input, |
|
|
|
$lang, |
|
|
|
$phrase = false |
|
) |
| |
|
static |
Method to tokenize a text string.
- Paramètres:
-
string | $input | The input to tokenize. |
string | $lang | The language of the input. |
boolean | $phrase | Flag to indicate whether input could be a phrase. [optional] |
- Renvoie:
- array An array of FinderIndexerToken objects.
- Depuis:
- 2.5
Références $i, $lang, $n, ENT_QUOTES, getPrimaryLanguage(), null, JString\str_ireplace(), JString\strlen(), JString\strtolower(), et JString\trim().
Référencé par FinderIndexerQuery\processString(), et FinderIndexer\tokenizeToDB().
Documentation des données membres
FinderIndexerHelper::$stemmer |
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :