Abstract Class Zend_Search_Lucene_Search_Query

Description

Located in /Zend/Search/Lucene/Search/Query.php (line 28)


	
			
Direct descendents
Class Description
 class Zend_Search_Lucene_Search_Query_MultiTerm
 class Zend_Search_Lucene_Search_Query_Phrase A Query that matches documents containing a particular sequence of terms.
 class Zend_Search_Lucene_Search_Query_Term
Variable Summary
Method Summary
 float getBoost ()
 float score (integer $docId, Zend_Search_Lucene $reader)
 void setBoost (float $boost)
Variables
float $_boost = 1.0 (line 36)

query boost factor

  • access: private

Query weight

  • access: protected
Methods
getBoost (line 53)

Gets the boost for this clause. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by boost. The boost is 1.0 by default.

  • access: public
float getBoost ()
score (line 75)

Score specified document

  • access: public
  • abstract:
float score (integer $docId, Zend_Search_Lucene $reader)

Redefined in descendants as:
setBoost (line 63)

Sets the boost for this query clause to $boost.

  • access: public
void setBoost (float $boost)
  • float $boost
_createWeight (line 83)

Constructs an appropriate Weight implementation for this query.

  • access: protected
  • abstract:

Redefined in descendants as:
_initWeight (line 90)

Constructs an initializes a Weight for a query.

  • access: protected
void _initWeight (Zend_Search_Lucene $reader)

Documentation generated on Tue, 18 Apr 2006 11:55:29 -0700 by phpDocumentor 1.3.0RC3