Zend Framework
1.12
|
Public Member Functions | |
__get ($offset) | |
Proxy method for getFieldValue(), provides more convenient access to the string value of a field. | |
addField (Zend_Search_Lucene_Field $field) | |
Add a field object to this document. | |
getFieldNames () | |
Return an array with the names of the fields in this document. | |
getField ($fieldName) | |
Returns Zend_Search_Lucene_Field object for a named field in this document. | |
getFieldValue ($fieldName) | |
Returns the string value of a named field in this document. | |
getFieldUtf8Value ($fieldName) | |
Returns the string value of a named field in UTF-8 encoding. | |
Public Attributes | |
$boost = 1.0 | |
Protected Attributes | |
$_fields = array() | |
__get | ( | $offset | ) |
Proxy method for getFieldValue(), provides more convenient access to the string value of a field.
string | $offset |
addField | ( | Zend_Search_Lucene_Field | $field | ) |
Add a field object to this document.
Zend_Search_Lucene_Field | $field |
getField | ( | $fieldName | ) |
Returns Zend_Search_Lucene_Field object for a named field in this document.
string | $fieldName |
getFieldNames | ( | ) |
Return an array with the names of the fields in this document.
getFieldUtf8Value | ( | $fieldName | ) |
getFieldValue | ( | $fieldName | ) |
|
protected |
$boost = 1.0 |