Zend_Search_Lucene_Search_QueryLocated in /Zend/Search/Lucene/Search/Query.php (line 33)
| Class | Description |
|---|---|
Zend_Search_Lucene_Search_Query_Boolean
|
|
Zend_Search_Lucene_Search_Query_Empty
|
|
Zend_Search_Lucene_Search_Query_MultiTerm
|
|
Zend_Search_Lucene_Search_Query_Phrase
|
A Query that matches documents containing a particular sequence of terms. |
Zend_Search_Lucene_Search_Query_Term
|
Zend_Search_Lucene_Search_Weight
$_weight
= null (line 48)
Query weight
createWeight (line 124)
Constructs an appropriate Weight implementation for this query.
execute (line 116)
Execute query in context of index reader It also initializes necessary internal structures
Query specific implementation
getBoost (line 75)
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.
getQueryTerms (line 182)
Return query terms
highlightMatches (line 213)
Highlight matches in $inputHTML
highlightMatchesDOM (line 205)
Highlight query terms
matchedDocs (line 106)
Get document ids likely matching the query
It's an array with document ids as keys (performance considerations)
optimize (line 158)
Optimize query in the context of specified index
reset (line 164)
Reset query, so it can be reused within other queries or
with other indeces
rewrite (line 150)
Re-write query into primitive queries in the context of specified index
score (line 97)
Score specified document
setBoost (line 85)
Sets the boost for this query clause to $boost.
_getHighlightColor (line 190)
Get highlight color and shift to next
_initWeight (line 131)
Constructs an initializes a Weight for a _top-level_query_.
__toString (line 175)
Print a query
Documentation generated on Wed, 21 Feb 2007 11:57:58 -0800 by phpDocumentor 1.3.1