Class ZSearchQueryHit

Description

Located in /incubator/Zend/Search/Lucene/search/ZSearchQueryHit.php (line 28)


	
			
Variable Summary
Method Summary
 ZSearchQueryHit __construct (ZSearch $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
ZSearch $_index = null (line 34)

Object handle of the index

  • access: protected
Methods
Constructor __construct (line 62)

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

  • access: public
ZSearchQueryHit __construct (ZSearch $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
ZSearch 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 Wed, 08 Mar 2006 04:56:51 -0800 by phpDocumentor 1.3.0RC4