Class Zend_Search_Lucene_Search_QueryHit

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

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


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

Number of the document in the index

  • access: public
float $score (line 54)

Score of the hit

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

Object handle of the document associated with this hit

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

Object handle of the index

  • access: protected
Methods
Constructor __construct (line 64)

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 88)

Return the document object for this hit

  • access: public
getIndex (line 103)

Return the index object for this hit

  • access: public
__get (line 77)

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

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

Documentation generated on Sun, 27 May 2007 23:26:57 -0700 by phpDocumentor 1.3.2