-
$_closeDirOnExit
-
File system adapter closing option
-
$_directory
-
File system adapter.
-
$_docCount
-
Number of documents in this index.
-
$_segmentInfos
-
Array of Zend_Search_Lucene_Index_SegmentInfo objects for this index.
-
$_writer
-
Writer for this index, not instantiated unless required.
-
__construct
-
Opens the index.
-
__destruct
-
Object destructor
-
$_defaultImpl
-
The Analyzer implementation used by default.
-
$_endOffset
-
End in source text
-
$_filters
-
The set of Token filters applied to the Token stream.
-
$_positionIncrement
-
The position of this token relative to the previous Token.
-
$_startOffset
-
Start in source text.
-
$_termText
-
The text of the term.
-
$_type
-
Lexical type.
-
__construct
-
Object constructor
-
__construct
-
-
$_fields
-
Associative array Zend_Search_Lucene_Field objects where the keys to the array are the names of the fields.
-
__construct
-
-
__get
-
Proxy method for getFieldValue(), provides more convenient access to the string value of a field.
-
$_currentSegment
-
Current segment to add documents
-
$_directory
-
File system adapter.
-
$_directory
-
File system adapter.
-
$_directory
-
File system adapter.
-
$_docCount
-
Number of docs in a segment
-
$_docCount
-
Number of docs in a segment
-
$_fdtFile
-
'.fdx' file - Stored Fields, the field data.
-
$_fdxFile
-
'.fdx' file - Stored Fields, the field index.
-
$_fields
-
Segment fields. Array of Zend_Search_Lucene_Index_FieldInfo objects for this segment
-
$_fields
-
Segment fields. Array of Zend_Search_Lucene_Index_FieldInfo objects for this segment
-
$_fieldsDicPositions
-
Field positions in a dictionary.
-
$_files
-
List of the index files.
-
$_name
-
Segment name
-
$_name
-
Segment name
-
$_newSegments
-
List of the segments, created by index writer Array of Zend_Search_Lucene_Index_SegmentInfo objects
-
$_norms
-
Normalization factors.
-
$_norms
-
Normalization factors.
-
$_segFiles
-
Associative array where the key is the file name and the value is data offset in a compound segment file (.csf).
-
$_segmentNameCounter
-
Segment name counter.
-
$_segments
-
Number of the segments in the index
-
$_termDictionary
-
Term Dictionary Index Array of the Zend_Search_Lucene_Index_Term objects Corresponding Zend_Search_Lucene_Index_TermInfo object stored in the $_termDictionaryInfos
-
$_termDictionary
-
Term Dictionary Array of the Zend_Search_Lucene_Index_Term objects Corresponding Zend_Search_Lucene_Index_TermInfo object stored in the $_termDictionaryInfos
-
$_termDictionaryInfos
-
Term Dictionary Index TermInfos Array of the Zend_Search_Lucene_Index_TermInfo objects
-
$_termDocs
-
Documents, which contain the term
-
$_version
-
Index version Counts how often the index has been changed by adding or deleting docs
-
_addFieldInfo
-
Add field to the segment
-
_dumpDictionary
-
Dump Term Dictionary (.tis) and Term Dictionary Index (.tii) segment files
-
_dumpFNM
-
Dump Field Info (.fnm) segment file
-
_dumpTermDictEntry
-
Dump Term Dictionary segment file entry.
-
_generateCFS
-
Generate compound index file
-
_loadDictionary
-
Loads Term dictionary from TermInfoIndex file
-
_newSegmentName
-
Get name for new segment
-
_updateSegments
-
Update segments file by adding current segment to a list
-
__construct
-
Opens the index for writing
-
__construct
-
Zend_Search_Lucene_Index_SegmentInfo constructor needs Segmentname, Documents count and Directory as a parameter.
-
__construct
-
-
__construct
-
-
__construct
-
Object constructor.
-
__construct
-
-
$_boost
-
query boost factor
-
$_coord
-
A score factor based on the fraction of all query terms that a document contains.
-
$_currToken
-
tokens pointer.
-
$_defaultImpl
-
The Similarity implementation used by default.
-
$_document
-
Object handle of the document associated with this hit
-
$_docVector
-
Documents vector.
-
$_idf
-
Score factor
-
$_idf
-
Score factor
-
$_index
-
Object handle of the index
-
$_normTable
-
Cache of decoded bytes.
-
$_offsets
-
Term positions (relative positions of terms within the phrase).
-
$_query
-
The query that this concerns.
-
$_query
-
The query that this concerns.
-
$_query
-
The query that this concerns.
-
$_queryNorm
-
Normalization factor
-
$_queryNorm
-
Normalization factor
-
$_queryWeight
-
Query weight
-
$_queryWeight
-
Query weight
-
$_reader
-
IndexReader.
-
$_reader
-
IndexReader.
-
$_reader
-
IndexReader.
-
$_resVector
-
Result vector.
-
$_resVector
-
Result vector.
-
$_sign
-
Term sign.
-
$_signs
-
Term signs.
-
$_slop
-
Sets the number of other words permitted between words in query phrase.
-
$_term
-
Term
-
$_term
-
Term to find.
-
$_termPositions
-
Term positions vector.
-
$_terms
-
Terms to find.
-
$_terms
-
Terms to find.
-
$_termsPositions
-
Terms positions vectors.
-
$_termsPositions
-
Terms positions vectors.
-
$_tokens
-
inputString tokens.
-
$_value
-
Weight value
-
$_value
-
Weight value
-
$_weight
-
Query weight
-
$_weights
-
Terms weights array of Zend_Search_Lucene_Search_Weight
-
$_weights
-
Query terms weights Array of Zend_Search_Lucene_Search_Weight_Term
-
_calculateConjunctionResult
-
Calculate result vector for Conjunction query (like '+something +another')
-
_calculateNonConjunctionResult
-
Calculate result vector for non Conjunction query (like '+something -another')
-
_calculateResult
-
Calculate result vector
-
_conjunctionScore
-
Score calculator for conjunction queries (all terms are required)
-
_createWeight
-
Constructs an appropriate Weight implementation for this query.
-
_createWeight
-
Constructs an appropriate Weight implementation for this query.
-
_createWeight
-
Constructs an appropriate Weight implementation for this query.
-
_createWeight
-
Constructs an appropriate Weight implementation for this query.
-
_exactPhraseFreq
-
Score calculator for exact phrase queries (terms sequence is fixed)
-
_floatToByte
-
Float to byte conversion
-
_initWeight
-
Constructs an initializes a Weight for a query.
-
_nonConjunctionScore
-
Score calculator for non conjunction queries (not all terms are required)
-
_sloppyPhraseFreq
-
Score calculator for sloppy phrase queries (terms sequence is fixed)
-
__construct
-
IndexReader constructor needs token type and token text as a parameters.
-
__construct
-
Class constructor. Create a new prase query.
-
__construct
-
Constructor - pass object handle of Zend_Search_Lucene index that produced the hit so the document can be retrieved easily from the hit.
-
__construct
-
Zend_Search_Lucene_Search_Query_Term constructor
-
__construct
-
Zend_Search_Lucene_Search_Weight_Term constructor reader - index reader
-
__construct
-
Zend_Search_Lucene_Search_Weight_MultiTerm constructor query - the query that this concerns.
-
__construct
-
Zend_Search_Lucene_Search_Weight_Phrase constructor
-
__construct
-
Class constructor. Create a new multi-term query object.
-
__construct
-
QueryTokenize constructor needs query string as a parameter.
-
__get
-
Convenience function for getting fields from the document associated with this hit.
-
$_dirPath
-
Filesystem path to the directory
-
$_fileHandle
-
Resource of the open file
-
$_fileHandlers
-
Cache for Zend_Search_Lucene_Storage_File_Filesystem objects Array: filename => Zend_Search_Lucene_Storage_File object
-
_fread
-
Read a $length bytes from the file and advance the file pointer.
-
_fread
-
Reads $length number of bytes at the current position in the file and advances the file pointer.
-
_fwrite
-
Writes $length number of bytes (all, if $length===null) to the end of the file.
-
_fwrite
-
Writes $length number of bytes (all, if $length===null) to the end of the file.
-
__construct
-
Class constructor. Open the file.
-
__construct
-
Class constructor. Open the file.
-
__construct
-
Object constructor Checks if $path is a directory or tries to create it.
-
getDirectory
-
Returns the Zend_Search_Lucene_Storage_Directory instance for this index.
-
getDocument
-
Returns a Zend_Search_Lucene_Document object for the document number $id in this index.
-
getFieldNames
-
Returns a list of all unique field names that exist in this index.
-
getIndexWriter
-
Returns an instance of Zend_Search_Lucene_Index_Writer for the index
-
getSimilarity
-
Retrive similarity used by index reader
-
getDefault
-
Return the default Analyzer implementation used by indexing code.
-
getEndOffset
-
Returns this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text.
-
getPositionIncrement
-
Returns the position increment of this Token.
-
getStartOffset
-
Returns this Token's starting offset, the position of the first character corresponding to this token in the source text.
-
getTermText
-
Returns the Token's term text.
-
getType
-
Returns this Token's lexical type. Defaults to 'word'.
-
getField
-
Returns Zend_Search_Lucene_Field object for a named field in this document.
-
getFieldNames
-
Return an array with the names of the fields in this document.
-
getFieldValue
-
Returns the string value of a named field in this document.
-
getField
-
Returns field info for specified field
-
getFieldNum
-
Returns field index or -1 if field is not found
-
getFields
-
Returns array of fields.
-
getName
-
Return segment name
-
getTermInfo
-
Scans terms dictionary and returns term info
-
getBoost
-
Gets the boost for this clause. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by boost. The boost is 1.0 by default.
-
getDefault
-
Return the default Similarity implementation used by indexing and search code.
-
getDocument
-
Return the document object for this hit
-
getIndex
-
Return the index object for this hit
-
getSigns
-
Return terms signs
-
getSlop
-
Get slop
-
getTerms
-
Returns query term
-
getTerms
-
Returns query term
-
getValue
-
The weight for this query.
-
getValue
-
The weight for this query
-
getValue
-
The weight for this query
-
getValue
-
The weight for this query
-
getFileObject
-
Returns a Zend_Search_Lucene_Storage_File object for a given $filename in the directory.
-
getFileObject
-
Returns a Zend_Search_Lucene_Storage_File object for a given $filename in the directory.