-
__construct
-
Opens the index.
-
__destruct
-
Object destructor
-
__construct
-
Object constructor
-
__construct
-
-
__construct
-
-
$_fields
-
Associative array Zend_Search_Lucene_Field objects where the keys to the array are the names of the fields.
-
_less
-
Compare elements
-
__construct
-
-
__get
-
Proxy method for getFieldValue(), provides more convenient access to the string value of a field.
-
$_directory
-
File system adapter.
-
$_docCount
-
Number of docs in a segment
-
$_fdtFile
-
'.fdt' 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
-
$_files
-
List of the index files.
-
$_name
-
Segment name
-
$_norms
-
Normalization factors.
-
$_termDictionary
-
Term Dictionary Array of the Zend_Search_Lucene_Index_Term objects Corresponding Zend_Search_Lucene_Index_TermInfo object stored in the $_termDictionaryInfos
-
$_termDocs
-
Documents, which contain the term
-
_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
-
_less
-
Compare elements
-
_loadDictionary
-
Loads Term dictionary from TermInfoIndex file
-
__construct
-
Object constructor
-
__construct
-
-
__construct
-
Opens the index for writing
-
__construct
-
Object constructor.
-
__construct
-
Object constructor.
-
__construct
-
Object constructor.
-
__construct
-
Zend_Search_Lucene_Index_SegmentInfo constructor needs Segmentname, Documents count and Directory as a parameter.
-
__construct
-
Object constructor.
-
__construct
-
-
$_currToken
-
tokens pointer.
-
$_document
-
Object handle of the document associated with this hit
-
$_index
-
Object handle of the index
-
$_queryNorm
-
Normalization factor.
-
$_tokens
-
inputString tokens.
-
$_value
-
Weight value
-
$_weight
-
Query weight
-
_conjunctionScore
-
Score calculator for conjunction queries (all terms are required)
-
_conjunctionScore
-
Score calculator for conjunction queries (all subqueries are required)
-
_exactPhraseFreq
-
Score calculator for exact phrase queries (terms sequence is fixed)
-
_initWeight
-
Constructs an initializes a Weight for a _top-level_query_.
-
_nonConjunctionScore
-
Score calculator for non conjunction queries (not all terms are required)
-
_nonConjunctionScore
-
Score calculator for non conjunction queries (not all subqueries are required)
-
_sloppyPhraseFreq
-
Score calculator for sloppy phrase queries (terms sequence is fixed)
-
__construct
-
QueryTokenize constructor needs query string as a parameter.
-
__construct
-
Zend_Search_Lucene_Search_Query_Term constructor
-
__construct
-
Class constructor. Create a new Boolean query object.
-
__construct
-
Zend_Search_Lucene_Search_Weight_MultiTerm constructor query - the query that this concerns.
-
__construct
-
Zend_Search_Lucene_Search_Weight_Term constructor reader - index reader
-
__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
-
Class constructor. Create a new prase query.
-
__construct
-
Zend_Search_Lucene_Search_Weight_Phrase constructor
-
__construct
-
Zend_Search_Lucene_Search_Weight_Boolean constructor query - the query that this concerns.
-
__construct
-
Class constructor. Create a new multi-term query object.
-
__construct
-
IndexReader constructor needs token type and token text as a parameters.
-
__get
-
Convenience function for getting fields from the document associated with this hit.
-
_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
-
Object constructor Checks if $path is a directory or tries to create it.
-
__construct
-
Class constructor. Open the file.
-
commit
-
Commit changes resulting from delete() or undeleteAll() operations.
-
count
-
Returns the total number of documents in this index.
-
CaseInsensitive.php
-
-
CaseInsensitive.php
-
-
Common.php
-
-
clear
-
Clear queue
-
close
-
Close segment, write it to disk and return segment info
-
close
-
Close segment, write it to disk and return segment info
-
close
-
Close segment, write it to disk and return segment info
-
closeDictionaryFiles
-
Close dictionary
-
commit
-
Commit current changes
-
count
-
Returns the total number of documents in this segment.
-
count
-
Returns the total number of documents in this segment.
-
createStoredFieldsFiles
-
Create stored fields files and open them for write
-
currentTerm
-
Returns term in current position
-
currentTermPositions
-
Returns an array of all term positions in the documents.
-
coord
-
Computes a score factor based on the fraction of all query terms that a document contains. This value is multiplied into scores.
-
coord
-
Implemented as 'overlap/maxOverlap'.
-
count
-
Returns number of tokens
-
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.
-
createWeight
-
Constructs an appropriate Weight implementation for this query.
-
current
-
Returns the token at the current position or FALSE if the position does not contain a valid token.
-
close
-
Closes the store.
-
close
-
Closes the store.
-
close
-
Close File object
-
createFile
-
Creates a new, empty file in the directory with the given $filename.
-
createFile
-
Creates a new, empty file in the directory with the given $filename.
-
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
-
getMaxBufferedDocs
-
Retrieve index maxBufferedDocs option
-
getMaxMergeDocs
-
Retrieve index maxMergeDocs option
-
getMergeFactor
-
Retrieve index mergeFactor option
-
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
-
getFieldInfos
-
Returns array of FieldInfo objects.
-
getFieldInfos
-
Returns array of FieldInfo objects.
-
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 subqueries signs
-
getSigns
-
Return terms signs
-
getSlop
-
Get slop
-
getSubqueries
-
Returns subqueries
-
getTerms
-
Returns query term
-
getTerms
-
Returns query term
-
getValue
-
The weight for this query.
-
getValue
-
The weight for this query Standard Weight::$_value is not used for boolean queries
-
getValue
-
The weight for this query Standard Weight::$_value is not used for boolean queries
-
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.
-
setMaxBufferedDocs
-
Set index maxBufferedDocs option
-
setMaxMergeDocs
-
Set index maxMergeDocs option
-
setMergeFactor
-
Set index mergeFactor option
-
setDefault
-
Set the default Analyzer implementation used by indexing code.
-
setPositionIncrement
-
positionIncrement setter
-
$storeTermVector
-
-
$stringValue
-
-
$skipInterval
-
Expert: The fraction of TermDocs entries stored in skip tables.
-
$skipOffset
-
ScipData offset in a Frequencies file.
-
$storeTermVector
-
-
SegmentInfo.php
-
-
SegmentInfoPriorityQueue.php
-
-
SegmentMerger.php
-
-
StreamWriter.php
-
-
SegmentWriter.php
-
-
$score
-
Score of the hit
-
score
-
Score specified document
-
score
-
Score specified document
-
score
-
Score specified document
-
score
-
Score specified document
-
score
-
Score specified document
-
setBoost
-
Sets the boost for this query clause to $boost.
-
setDefault
-
Set the default Similarity implementation used by indexing and search code.
-
setSlop
-
Set slop
-
setWeight
-
Set weight for specified term
-
setWeight
-
Set weight for specified term
-
sloppyFreq
-
Implemented as '1/(distance + 1)'.
-
sloppyFreq
-
Computes the amount of a sloppy phrase match, based on an edit distance.
-
sumOfSquaredWeights
-
The sum of squared weights of contained query clauses.
-
sumOfSquaredWeights
-
The sum of squared weights of contained query clauses.
-
sumOfSquaredWeights
-
The sum of squared weights of contained query clauses.
-
sumOfSquaredWeights
-
The sum of squared weights of contained query clauses.
-
sumOfSquaredWeights
-
The sum of squared weights of contained query clauses.
-
Similarity.php
-
-
seek
-
Sets the file position indicator and advances the file pointer.
-
seek
-
Sets the file position indicator and advances the file pointer.
-
size
-
Get the size of the already opened file
-
termDocs
-
Returns an array of all the documents which contain term.
-
termPositions
-
Returns an array of all term positions in the documents.
-
terms
-
Returns an array of all terms in this index.
-
tokenize
-
Tokenize text to a terms Returns array of Zend_Search_Lucene_Analysis_Token objects
-
tokenize
-
Tokenize text to a terms Returns array of Zend_Search_Lucene_Analysis_Token objects
-
tokenize
-
Tokenize text to a terms Returns array of Zend_Search_Lucene_Analysis_Token objects
-
Text.php
-
-
TextNum.php
-
-
Token.php
-
-
TokenFilter.php
-
-
Text
-
Constructs a String-valued Field that is tokenized and indexed, and is stored in the index, for return with hits. Useful for short text fields, like "title" or "subject". Term vector will not be stored for this field.
-
top
-
Return least element of the queue
-
$text
-
Term value
-
Term.php
-
-
TermInfo.php
-
-
$text
-
Token text.
-
$type
-
Token type.
-
tf
-
Implemented as 'sqrt(freq)'.
-
tf
-
Computes a score factor based on a term or phrase's frequency in a document. This value is multiplied by the idf(Term, Searcher) factor for each term in the query and these products are then summed to form the initial score for a document.
-
Term.php
-
-
Term.php
-
-
tell
-
Get file position.
-
tell
-
Get file position.
-
touchFile
-
Sets the modified time of $filename to now.
-
touchFile
-
Sets the modified time of $filename to now.