Zend_Search_Lucene_Analysis_TokenLocated in /Zend/Search/Lucene/Analysis/Token.php (line 30)
Zend_Search_Lucene_Analysis_Token
__construct
(string $text, integer $start, integer $end, [string $type = 'word'])
Constructor __construct (line 93)
Object constructor
getEndOffset (line 156)
Returns this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text.
getPositionIncrement (line 119)
Returns the position increment of this Token.
getStartOffset (line 145)
Returns this Token's starting offset, the position of the first character corresponding to this token in the source text.
Note: The difference between getEndOffset() and getStartOffset() may not be equal to strlen(Zend_Search_Lucene_Analysis_Token::getTermText()), as the term text may have been altered by a stemmer or some other filter.
getTermText (line 129)
Returns the Token's term text.
getType (line 166)
Returns this Token's lexical type. Defaults to 'word'.
setPositionIncrement (line 109)
positionIncrement setter
Documentation generated on Tue, 11 Jul 2006 12:18:15 -0500 by phpDocumentor 1.3.0RC6