TermInfo
in package
A Zend_Search_Lucene_Index_TermInfo represents a record of information stored for a term.
Tags
Table of Contents
Properties
- $docFreq : int
- The number of documents which contain the term.
- $freqPointer : int
- Data offset in a Frequencies file.
- $indexPointer : int
- Term offset of the _next_ term in a TermDictionary file.
- $proxPointer : int
- Data offset in a Positions file.
- $skipOffset : int
- ScipData offset in a Frequencies file.
Methods
- __construct() : mixed
Properties
$docFreq
The number of documents which contain the term.
public
int
$docFreq
$freqPointer
Data offset in a Frequencies file.
public
int
$freqPointer
$indexPointer
Term offset of the _next_ term in a TermDictionary file.
public
int
$indexPointer
Used only for Term Index
$proxPointer
Data offset in a Positions file.
public
int
$proxPointer
$skipOffset
ScipData offset in a Frequencies file.
public
int
$skipOffset
Methods
__construct()
public
__construct(mixed $docFreq, mixed $freqPointer, mixed $proxPointer, mixed $skipOffset[, mixed $indexPointer = null ]) : mixed
Parameters
- $docFreq : mixed
- $freqPointer : mixed
- $proxPointer : mixed
- $skipOffset : mixed
- $indexPointer : mixed = null