| [ 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: | 137 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 1 time |
| Includes or requires: | 0 files |
Zend_Search_Lucene_Search_Weight_MultiTerm:: (4 methods):
__construct()
getValue()
sumOfSquaredWeights()
normalize()
Class: Zend_Search_Lucene_Search_Weight_MultiTerm - X-Ref
| __construct(Zend_Search_Lucene_Search_Query $query,Zend_Search_Lucene_Interface $reader) X-Ref |
| Zend_Search_Lucene_Search_Weight_MultiTerm constructor query - the query that this concerns. reader - index reader param: Zend_Search_Lucene_Search_Query $query param: Zend_Search_Lucene_Interface $reader |
| getValue() X-Ref |
| The weight for this query Standard Weight::$_value is not used for boolean queries return: float |
| sumOfSquaredWeights() X-Ref |
| The sum of squared weights of contained query clauses. return: float |
| normalize($queryNorm) X-Ref |
| Assigns the query normalization factor to this. param: float $queryNorm |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |