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)
Constructor __construct (line 86)
Object constructor
getEndOffset (line 148)
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 111)
Returns the position increment of this Token.
getStartOffset (line 137)
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 121)
Returns the Token's term text.
setPositionIncrement (line 101)
positionIncrement setter
Documentation generated on Wed, 21 Feb 2007 12:01:10 -0800 by phpDocumentor 1.3.1