Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Search_Lucene_Search_Query_Phrase $query, Zend_Search_Lucene_Interface $reader) | |
Zend_Search_Lucene_Search_Weight_Phrase constructor. | |
sumOfSquaredWeights () | |
The sum of squared weights of contained query clauses. | |
normalize ($queryNorm) | |
Assigns the query normalization factor to this. | |
![]() | |
getValue () | |
The weight for this query. | |
sumOfSquaredWeights () | |
The sum of squared weights of contained query clauses. | |
normalize ($norm) | |
Assigns the query normalization factor to this. | |
Additional Inherited Members | |
![]() | |
$_queryNorm | |
$_value | |
__construct | ( | Zend_Search_Lucene_Search_Query_Phrase | $query, |
Zend_Search_Lucene_Interface | $reader | ||
) |
Zend_Search_Lucene_Search_Weight_Phrase constructor.
Zend_Search_Lucene_Search_Query_Phrase | $query | |
Zend_Search_Lucene_Interface | $reader |
normalize | ( | $queryNorm | ) |
Assigns the query normalization factor to this.
float | $queryNorm |
sumOfSquaredWeights | ( | ) |
The sum of squared weights of contained query clauses.