Located in /Search/Lucene/Search/Query.php (line 31)
Class | Description |
---|---|
![]() |
|
![]() |
|
![]() |
The insignificant query returns empty result, but doesn't limit result set as a part of other queries |
![]() |
|
![]() |
A Query that matches documents containing a particular sequence of terms. |
![]() |
|
![]() |
It's an internal abstract class intended to finalize ase a query processing after query parsing. |
![]() |
|
![]() |
|
![]() |
Query weight
Constructs an appropriate Weight implementation for this query.
Execute query in context of index reader It also initializes necessary internal structures
Query specific implementation
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.
Return query terms
Highlight matches in $inputHTML
Highlight matches in $inputHtmlFragment and return it (without HTML header and body tag)
Get document ids likely matching the query
It's an array with document ids as keys (performance considerations)
Optimize query in the context of specified index
Reset query, so it can be reused within other queries or
with other indeces
Re-write query into primitive queries in the context of specified index
Score specified document
Sets the boost for this query clause to $boost.
Query specific matches highlighting
Constructs an initializes a Weight for a _top-level_query_.
Print a query
Documentation generated on Mon, 21 Jun 2010 15:40:30 -0400 by phpDocumentor 1.4.3