Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Search_Lucene_Search_Weight Class Reference

Public Member Functions

 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.
 

Protected Attributes

 $_queryNorm
 
 $_value
 

Member Function Documentation

getValue ( )

The weight for this query.

Returns
float
normalize (   $norm)
abstract

Assigns the query normalization factor to this.

Parameters
float$norm
sumOfSquaredWeights ( )
abstract

The sum of squared weights of contained query clauses.

Returns
float

Member Data Documentation

$_queryNorm
protected
$_value
protected