Zend Framework
1.12
|
Public Member Functions | |
__construct ($encoding, $defaultField=null) | |
Context object constructor. | |
getField () | |
Get context default field. | |
setNextEntryField ($field) | |
Set field for next entry. | |
setNextEntrySign ($sign) | |
Set sign for next entry. | |
addEntry (Zend_Search_Lucene_Search_QueryEntry $entry) | |
Add entry to a query. | |
processFuzzyProximityModifier ($parameter=null) | |
Process fuzzy search or proximity search modifier. | |
boost ($boostFactor) | |
Set boost factor to the entry. | |
addLogicalOperator ($operator) | |
Process logical operator. | |
_signStyleExpressionQuery () | |
Generate 'signs style' query from the context '+term1 term2 -term3 +(<subquery1>) ...'. | |
getQuery () | |
Generate query from current context. | |
Public Attributes | |
const | GM_SIGNS = 0 |
Entries grouping mode. | |
const | GM_BOOLEAN = 1 |
__construct | ( | $encoding, | |
$defaultField = null |
|||
) |
Context object constructor.
string | $encoding | |
string | null | $defaultField |
_signStyleExpressionQuery | ( | ) |
Generate 'signs style' query from the context '+term1 term2 -term3 +(<subquery1>) ...'.
addEntry | ( | Zend_Search_Lucene_Search_QueryEntry | $entry | ) |
Add entry to a query.
Zend_Search_Lucene_Search_QueryEntry | $entry |
addLogicalOperator | ( | $operator | ) |
Process logical operator.
integer | $operator |
boost | ( | $boostFactor | ) |
Set boost factor to the entry.
float | $boostFactor |
getField | ( | ) |
Get context default field.
getQuery | ( | ) |
Generate query from current context.
processFuzzyProximityModifier | ( | $parameter = null | ) |
Process fuzzy search or proximity search modifier.
setNextEntryField | ( | $field | ) |
Set field for next entry.
string | $field |
setNextEntrySign | ( | $sign | ) |
const GM_BOOLEAN = 1 |
const GM_SIGNS = 0 |
Entries grouping mode.