Class Zend_Search_Lucene_Search_QueryHit

Description

Located in /Zend/Search/Lucene/Search/QueryHit.php (line 28)


	
			
Variable Summary
Method Summary
 Zend_Search_Lucene_Search_QueryHit __construct (Zend_Search_Lucene $index)
 string __get (string $offset)
Variables
integer $id (line 46)

Number of the document in the index

  • access: public
float $score (line 52)

Score of the hit

  • access: public
Zend_Search_Lucene_Document $_document = null (line 40)

Object handle of the document associated with this hit

  • access: protected
Zend_Search_Lucene $_index = null (line 34)

Object handle of the index

  • access: protected
Methods
Constructor __construct (line 62)

Constructor - pass object handle of Zend_Search_Lucene index that produced the hit so the document can be retrieved easily from the hit.

  • access: public
Zend_Search_Lucene_Search_QueryHit __construct (Zend_Search_Lucene $index)
getDocument (line 86)

Return the document object for this hit

  • access: public
getIndex (line 101)

Return the index object for this hit

  • access: public
Zend_Search_Lucene getIndex ()
__get (line 75)

Convenience function for getting fields from the document associated with this hit.

  • access: public
string __get (string $offset)
  • string $offset

Documentation generated on Tue, 18 Apr 2006 11:55:30 -0700 by phpDocumentor 1.3.0RC3