Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Search_Lucene_Interface $index) | |
Constructor - pass object handle of Zend_Search_Lucene_Interface index that produced the hit so the document can be retrieved easily from the hit. | |
__get ($offset) | |
Convenience function for getting fields from the document associated with this hit. | |
getDocument () | |
Return the document object for this hit. | |
getIndex () | |
Return the index object for this hit. | |
Public Attributes | |
$id | |
$score | |
Protected Attributes | |
$_index = null | |
$_document = null | |
__construct | ( | Zend_Search_Lucene_Interface | $index | ) |
Constructor - pass object handle of Zend_Search_Lucene_Interface index that produced the hit so the document can be retrieved easily from the hit.
Zend_Search_Lucene_Interface | $index |
__get | ( | $offset | ) |
Convenience function for getting fields from the document associated with this hit.
string | $offset |
getDocument | ( | ) |
Return the document object for this hit.
getIndex | ( | ) |
Return the index object for this hit.
|
protected |
|
protected |
$id |
$score |