| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| File Size: | 153 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 1 time |
| Includes or requires: | 0 files |
Zend_Search_Lucene_Analysis_Token:: (6 methods):
__construct()
setPositionIncrement()
getPositionIncrement()
getTermText()
getStartOffset()
getEndOffset()
Class: Zend_Search_Lucene_Analysis_Token - X-Ref
| __construct($text, $start, $end) X-Ref |
| Object constructor param: string $text param: integer $start param: integer $end param: string $type |
| setPositionIncrement($positionIncrement) X-Ref |
| positionIncrement setter param: integer $positionIncrement |
| getPositionIncrement() X-Ref |
| Returns the position increment of this Token. return: integer |
| getTermText() X-Ref |
| Returns the Token's term text. return: string |
| getStartOffset() X-Ref |
| 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. return: integer |
| getEndOffset() X-Ref |
| Returns this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text. return: integer |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |