Abstract Class Zend_Search_Lucene_Search_Query

Description
  • abstract:
  • license: New BSD License
  • copyright: Copyright (c) 2006 Zend Technologies USA Inc. (http://www.zend.com)

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


	
			
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

Query weight

  • access: protected
Methods
getBoost (line 55)

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 77)

Score specified document

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

Redefined in descendants as:
setBoost (line 65)

Sets the boost for this query clause to $boost.

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

Constructs an appropriate Weight implementation for this query.

  • access: protected
  • abstract:

Redefined in descendants as:
_initWeight (line 92)

Constructs an initializes a Weight for a query.

  • access: protected
void _initWeight (Zend_Search_Lucene $reader)

Documentation generated on Fri, 30 Jun 2006 11:21:28 -0500 by phpDocumentor 1.3.0RC6