FinderIndexerTokenToken class for the Finder indexer package.
Located in /administrator/components/com_finder/helpers/indexer/token.php (line 19)
boolean
$common
(line 55)
If the token is a common term, the weight is adjusted to compensate for the higher frequency of the term in relation to other terms.
string
$language
(line 88)
The simple language identifier for the token.
integer
$length
(line 71)
The length is used to calculate the weight of the token.
boolean
$numeric
(line 46)
If the token is numeric, it is likely to be short and uncommon so the weight is adjusted to compensate for that situation.
boolean
$phrase
(line 63)
Flag for phrase tokens.
string
$stem
(line 37)
The stem is used to match the root term and produce more potential matches when searching the index.
string
$term
(line 28)
This is the term that will be referenced in the terms table and the mapping tables.
integer
$weight
(line 80)
The weight is calculated based on token size and whether the token is considered a common term.
Documentation generated on Tue, 19 Nov 2013 15:15:48 +0100 by phpDocumentor 1.4.3