Class Zend_Search_Lucene_Search_QueryHit

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Search/Lucene/Search/QueryHit.php (line 31)


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

Number of the document in the index

  • access: public
float $score (line 55)

Score of the hit

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

Object handle of the document associated with this hit

  • access: protected
Zend_Search_Lucene_Interface $_index = null (line 37)

Object handle of the index

  • access: protected
Methods
Constructor __construct (line 65)

Constructor - pass object handle of Zend_Search_Lucene_Interface 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_Interface $index)
getDocument (line 90)

Return the document object for this hit

  • access: public
getIndex (line 105)

Return the index object for this hit

  • access: public
__get (line 79)

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

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

Documentation generated on Mon, 21 Jun 2010 15:40:39 -0400 by phpDocumentor 1.4.3