Zend Framework  1.12
Public Member Functions | List of all members
Zend_Search_Lucene_Search_Weight_Empty Class Reference

Public Member Functions

 sumOfSquaredWeights ()
 The sum of squared weights of contained query clauses.
 
 normalize ($queryNorm)
 Assigns the query normalization factor to this.
 
- Public Member Functions inherited from Zend_Search_Lucene_Search_Weight
 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

- Protected Attributes inherited from Zend_Search_Lucene_Search_Weight
 $_queryNorm
 
 $_value
 

Member Function Documentation

normalize (   $queryNorm)

Assigns the query normalization factor to this.

Parameters
float$queryNorm
sumOfSquaredWeights ( )

The sum of squared weights of contained query clauses.

Returns
float