Calculate query weights and build query scorers.
A Weight is constructed by a query Query->createWeight(). The sumOfSquaredWeights() method is then called on the top-level query to compute the query normalization factor Similarity->queryNorm(float). This factor is then passed to normalize(float). At this point the weighting is complete.
Located in /Search/Lucene/Search/Weight.php (line 39)
Normalization factor.
This value is stored only for query expanation purpose and not used in any other place
Weight value
Weight value may be initialized in sumOfSquaredWeights() or normalize() because they both are invoked either in Query::_initWeight (for top-level query) or in corresponding methods of parent query's weights
The weight for this query.
Assigns the query normalization factor to this.
The sum of squared weights of contained query clauses.
Documentation generated on Mon, 21 Jun 2010 15:52:47 -0400 by phpDocumentor 1.4.3