Class Zend_Search_Lucene_Index_TermInfo

Description

A Zend_Search_Lucene_Index_TermInfo represents a record of information stored for a term.

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

Located in /Search/Lucene/Index/TermInfo.php (line 32)


	
			
Variable Summary
 integer $docFreq
 integer $freqPointer
 integer $indexPointer
 integer $proxPointer
 integer $skipOffset
Method Summary
 Zend_Search_Lucene_Index_TermInfo __construct ( $docFreq,  $freqPointer,  $proxPointer,  $skipOffset, [ $indexPointer = null])
Variables
integer $docFreq (line 39)

The number of documents which contain the term.

  • access: public
integer $freqPointer (line 46)

Data offset in a Frequencies file.

  • access: public
integer $indexPointer (line 68)

Term offset of the _next_ term in a TermDictionary file.

Used only for Term Index

  • access: public
integer $proxPointer (line 53)

Data offset in a Positions file.

  • access: public
integer $skipOffset (line 60)

ScipData offset in a Frequencies file.

  • access: public
Methods
Constructor __construct (line 70)
  • access: public
Zend_Search_Lucene_Index_TermInfo __construct ( $docFreq,  $freqPointer,  $proxPointer,  $skipOffset, [ $indexPointer = null])
  • $docFreq
  • $freqPointer
  • $proxPointer
  • $skipOffset
  • $indexPointer

Documentation generated on Sun, 27 May 2007 23:28:07 -0700 by phpDocumentor 1.3.2