Located in /Zend/Search/Lucene/Index/SegmentInfo.php (line 32)
File system adapter.
Number of docs in a segment
Segment fields. Array of Zend_Search_Lucene_Index_FieldInfo objects for this segment
Field positions in a dictionary.
(Term dictionary contains filelds ordered by names)
Segment name
Normalization factors.
An array fieldName => normVector normVector is a binary string. Each byte corresponds to an indexed document in a segment and encodes normalization factor (float value, encoded by Zend_Search_Lucene_Search_Similarity::encodeNorm())
Associative array where the key is the file name and the value is data offset in a compound segment file (.csf).
Term Dictionary Index Array of the Zend_Search_Lucene_Index_Term objects Corresponding Zend_Search_Lucene_Index_TermInfo object stored in the $_termDictionaryInfos
Term Dictionary Index TermInfos Array of the Zend_Search_Lucene_Index_TermInfo objects
Zend_Search_Lucene_Index_SegmentInfo constructor needs Segmentname, Documents count and Directory as a parameter.
Returns the total number of documents in this segment.
Returns field info for specified field
Returns field index or -1 if field is not found
Returns array of fields.
if $indexed parameter is true, then returns only indexed fields.
Return segment name
Scans terms dictionary and returns term info
Returns normalization factor for specified documents
Opens index file stoted within compound index file
Loads Term dictionary from TermInfoIndex file
Documentation generated on Tue, 18 Apr 2006 11:55:34 -0700 by phpDocumentor 1.3.0RC3