[ZSearch] element index

Package indexes

All elements
a b c d e f g h i k l m n o p q r s t u v w z _
_
top
Method __construct
Opens the index.
Method __construct
ZSearchToken::__construct() in ZSearchToken.php
Object constructor
Method __construct
ZSearchTextCIAnalyzer::__construct() in ZSearchTextCIAnalyzer.php
Variable $_fields
Associative array Zend_Search_Lucene_Field objects where the keys to the array are the names of the fields.
Method __construct
Method __get
Proxy method for getFieldValue(), provides more convenient access to the string value of a field.
Method _loadDictionary
Loads Term dictionary from TermInfoIndex file
Method __construct
Method __construct
Opens the index for writing
Method __construct
Method __construct
Object constructor.
Method __construct
Method __construct
Zend_Search_Lucene_Index_SegmentInfo constructor needs Segmentname, Documents count and Directory as a parameter.
Method __destruct
Variable $_currToken
ZSearchQueryTokenizer::$_currToken in ZSearchQueryTokenizer.php
tokens pointer.
Variable $_document
ZSearchQueryHit::$_document in ZSearchQueryHit.php
Object handle of the document associated with this hit
Variable $_index
ZSearchQueryHit::$_index in ZSearchQueryHit.php
Object handle of the index
Variable $_tokens
ZSearchQueryTokenizer::$_tokens in ZSearchQueryTokenizer.php
inputString tokens.
Variable $_weight
ZSearchQuery::$_weight in ZSearchQuery.php
Query weight
Method _conjunctionScore
ZSearchMultiTermQuery::_conjunctionScore() in ZSearchMultiTermQuery.php
Score calculator for conjunction queries (all terms are required)
Method _createWeight
ZSearchTermQuery::_createWeight() in ZSearchTermQuery.php
Constructs an appropriate Weight implementation for this query.
Method _createWeight
ZSearchQuery::_createWeight() in ZSearchQuery.php
Constructs an appropriate Weight implementation for this query.
Method _createWeight
ZSearchMultiTermQuery::_createWeight() in ZSearchMultiTermQuery.php
Constructs an appropriate Weight implementation for this query.
Method _createWeight
ZSearchPhraseQuery::_createWeight() in ZSearchPhraseQuery.php
Constructs an appropriate Weight implementation for this query.
Method _exactPhraseFreq
ZSearchPhraseQuery::_exactPhraseFreq() in ZSearchPhraseQuery.php
Score calculator for exact phrase queries (terms sequence is fixed)
Method _initWeight
ZSearchQuery::_initWeight() in ZSearchQuery.php
Constructs an initializes a Weight for a query.
Method _nonConjunctionScore
Score calculator for non conjunction queries (not all terms are required)
Method _sloppyPhraseFreq
ZSearchPhraseQuery::_sloppyPhraseFreq() in ZSearchPhraseQuery.php
Score calculator for sloppy phrase queries (terms sequence is fixed)
Method __construct
ZSearchQueryTokenizer::__construct() in ZSearchQueryTokenizer.php
QueryTokenize constructor needs query string as a parameter.
Method __construct
ZSearchTermQuery::__construct() in ZSearchTermQuery.php
ZSearchTermQuery constructor
Method __construct
ZSearchTermWeight::__construct() in ZSearchTermWeight.php
ZSearchTermWeight constructor reader - index reader
Method __construct
ZSearchMultiTermWeight::__construct() in ZSearchMultiTermWeight.php
ZSearchMultiTermWeight constructor query - the query that this concerns.
Method __construct
ZSearchQueryHit::__construct() in ZSearchQueryHit.php
Constructor - pass object handle of ZSearch index that produced the hit so the document can be retrieved easily from the hit.
Method __construct
ZSearchPhraseWeight::__construct() in ZSearchPhraseWeight.php
ZSearchPhraseWeight constructor
Method __construct
ZSearchMultiTermQuery::__construct() in ZSearchMultiTermQuery.php
Class constructor. Create a new multi-term query object.
Method __construct
ZSearchPhraseQuery::__construct() in ZSearchPhraseQuery.php
Class constructor. Create a new prase query.
Method __construct
ZSearchQueryToken::__construct() in ZSearchQueryToken.php
IndexReader constructor needs token type and token text as a parameters.
Method __get
ZSearchQueryHit::__get() in ZSearchQueryHit.php
Convenience function for getting fields from the document associated with this hit.
Method _fread
ZSearchFile::_fread() in ZSearchFile.php
Reads $length number of bytes at the current position in the file and advances the file pointer.
Method _fread
ZSearchFileFilesystem::_fread() in ZSearchFileFilesystem.php
Read a $length bytes from the file and advance the file pointer.
Method _fwrite
ZSearchFileFilesystem::_fwrite() in ZSearchFileFilesystem.php
Writes $length number of bytes (all, if $length===null) to the end of the file.
Method _fwrite
ZSearchFile::_fwrite() in ZSearchFile.php
Writes $length number of bytes (all, if $length===null) to the end of the file.
Method __construct
ZSearchFSDirectory::__construct() in ZSearchDirectoryFilesystem.php
Object constructor Checks if $path is a directory or tries to create it.
Method __construct
ZSearchFileFilesystem::__construct() in ZSearchFileFilesystem.php
Class constructor. Open the file.
Method __construct
ZSearchFile::__construct() in ZSearchFile.php
Class constructor. Open the file.
Method __destruct
ZSearchFileFilesystem::__destruct() in ZSearchFileFilesystem.php
Class destructor. Close the file.
Method __destruct
ZSearchFile::__destruct() in ZSearchFile.php
Class destructor. Close the file.
a
top
Method addDocument
Adds a document to this index.
Method addFilter
ZSearchCommonAnalyzer::addFilter() in ZSearchCommonAnalyzer.php
Add Token filter to the Analyzer
Method addField
Add a field object to this document.
Method addDocument
Adds a document to this segment.
Method addDocument
Adds a document to this index.
Method addIndexes
Merges the provided indexes into this index.
Method addTerm
ZSearchPhraseQuery::addTerm() in ZSearchPhraseQuery.php
Adds a term to the end of the query phrase.
Method addTerm
ZSearchMultiTermQuery::addTerm() in ZSearchMultiTermQuery.php
Add a $term (Zend_Search_Lucene_Index_Term) to this query.
b
top
Variable $boost
Variable $boost
Method Binary
Constructs a Binary String valued Field that is not tokenized nor indexed, but is stored in the index, for return with hits.
c
top
Method commit
ZSearch::commit() in Lucene.php
Commit changes resulting from delete() or undeleteAll() operations.
Method count
ZSearch::count() in Lucene.php
Returns the total number of documents in this index.
Method close
Flushes all changes to an index and closes all associated files.
Method close
Close segment, write it to disk and return segment info
Method commit
Commit current changes returns array of new segments
Method count
Returns the total number of documents in this segment.
Method coord
ZSearchDefaultSimilarity::coord() in ZSearchDefaultSimilarity.php
Implemented as 'overlap/maxOverlap'.
Method coord
ZSearchSimilarity::coord() in ZSearchSimilarity.php
Computes a score factor based on the fraction of all query terms that a document contains. This value is multiplied into scores.
Method count
ZSearchQueryTokenizer::count() in ZSearchQueryTokenizer.php
Returns number of tokens
Method current
ZSearchQueryTokenizer::current() in ZSearchQueryTokenizer.php
Returns the token at the current position or FALSE if the position does not contain a valid token.
Method close
ZSearchFileFilesystem::close() in ZSearchFileFilesystem.php
Close File object
Method close
ZSearchDirectory::close() in ZSearchDirectory.php
Closes the store.
Method close
ZSearchFSDirectory::close() in ZSearchDirectoryFilesystem.php
Closes the store.
Method createFile
ZSearchDirectory::createFile() in ZSearchDirectory.php
Creates a new, empty file in the directory with the given $filename.
Method createFile
ZSearchFSDirectory::createFile() in ZSearchDirectoryFilesystem.php
Creates a new, empty file in the directory with the given $filename.
d
top
Method delete
ZSearch::delete() in Lucene.php
Deletes a document from the index. $doc may contain a Zend_Search_Lucene_Document or the number of the document to delete.
Method docFreq
ZSearch::docFreq() in Lucene.php
Returns the number of documents in this index containing the $term.
Page Document.php
Document.php in Document.php
Variable $docFreq
The number of documents which contain the term.
Method docCount
Returns the number of documents currently in this index.
Method decodeNorm
ZSearchSimilarity::decodeNorm() in ZSearchSimilarity.php
Decodes a normalization factor stored in an index.
Method deleteFile
ZSearchFSDirectory::deleteFile() in ZSearchDirectoryFilesystem.php
Removes an existing $filename in the directory.
Method deleteFile
ZSearchDirectory::deleteFile() in ZSearchDirectory.php
Removes an existing $filename in the directory.
e
top
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Method encodeNorm
ZSearchSimilarity::encodeNorm() in ZSearchSimilarity.php
Encodes a normalization factor for storage in an index.
f
top
Method find
ZSearch::find() in Lucene.php
Performs a query against the index and returns an array of ZSearchQueryHit objects.
Page Field.php
Field.php in Field.php
Variable $field
Field name or field number (depending from context)
Variable $freqPointer
Data offset in a Frequencies file.
Page FieldInfo.php
FieldInfo.php in FieldInfo.php
Method fileExists
ZSearchFSDirectory::fileExists() in ZSearchDirectoryFilesystem.php
Returns true if a file with the given $filename exists.
Method fileExists
ZSearchDirectory::fileExists() in ZSearchDirectory.php
Returns true if a file with the given $filename exists.
Method fileLength
ZSearchFSDirectory::fileLength() in ZSearchDirectoryFilesystem.php
Returns the length of a $filename in the directory.
Method fileLength
ZSearchDirectory::fileLength() in ZSearchDirectory.php
Returns the length of a $filename in the directory.
Method fileList
ZSearchDirectory::fileList() in ZSearchDirectory.php
Returns an array of strings, one for each file in the directory.
Method fileList
ZSearchFSDirectory::fileList() in ZSearchDirectoryFilesystem.php
Returns an array of strings, one for each file in the directory.
Method fileModified
ZSearchFSDirectory::fileModified() in ZSearchDirectoryFilesystem.php
Returns the UNIX timestamp $filename was last modified.
Method fileModified
ZSearchDirectory::fileModified() in ZSearchDirectory.php
Returns the UNIX timestamp $filename was last modified.
g
top
Method getDirectory
Returns the ZSearchDirectory instance for this index.
Method getDocument
Returns a Zend_Search_Lucene_Document object for the document number $id in this index.
Method getFieldNames
Returns a list of all unique field names that exist in this index.
Method getIndexWriter
Returns an instance of Zend_Search_Lucene_Index_Writer for the index
Method getSimilarity
Retrive similarity used by index reader
Method getDefault
ZSearchAnalyzer::getDefault() in ZSearchAnalyzer.php
Return the default Analyzer implementation used by indexing code.
Method getEndOffset
ZSearchToken::getEndOffset() in ZSearchToken.php
Returns this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text.
Method getPositionIncrement
Returns the position increment of this Token.
Method getStartOffset
ZSearchToken::getStartOffset() in ZSearchToken.php
Returns this Token's starting offset, the position of the first character corresponding to this token in the source text.
Method getTermText
ZSearchToken::getTermText() in ZSearchToken.php
Returns the Token's term text.
Method getType
ZSearchToken::getType() in ZSearchToken.php
Returns this Token's lexical type. Defaults to 'word'.
Method getField
Returns Zend_Search_Lucene_Field object for a named field in this document.
Method getFieldNames
Return an array with the names of the fields in this document.
Method getFieldValue
Returns the string value of a named field in this document.
Method getField
Returns field info for specified field
Method getFieldNum
Returns field index or -1 if field is not found
Method getFields
Returns array of fields.
Method getName
Return segment name
Method getTermInfo
Scans terms dictionary and returns term info
Method getBoost
ZSearchQuery::getBoost() in ZSearchQuery.php
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.
Method getDefault
ZSearchSimilarity::getDefault() in ZSearchSimilarity.php
Return the default Similarity implementation used by indexing and search code.
Method getDocument
ZSearchQueryHit::getDocument() in ZSearchQueryHit.php
Return the document object for this hit
Method getIndex
ZSearchQueryHit::getIndex() in ZSearchQueryHit.php
Return the index object for this hit
Method getSigns
ZSearchMultiTermQuery::getSigns() in ZSearchMultiTermQuery.php
Return terms signs
Method getSlop
ZSearchPhraseQuery::getSlop() in ZSearchPhraseQuery.php
Get slop
Method getTerms
ZSearchPhraseQuery::getTerms() in ZSearchPhraseQuery.php
Returns query term
Method getTerms
ZSearchMultiTermQuery::getTerms() in ZSearchMultiTermQuery.php
Returns query term
Method getValue
ZSearchWeight::getValue() in ZSearchWeight.php
The weight for this query.
Method getValue
ZSearchTermWeight::getValue() in ZSearchTermWeight.php
The weight for this query
Method getValue
ZSearchPhraseWeight::getValue() in ZSearchPhraseWeight.php
The weight for this query
Method getValue
ZSearchMultiTermWeight::getValue() in ZSearchMultiTermWeight.php
The weight for this query
Method getFileObject
ZSearchFSDirectory::getFileObject() in ZSearchDirectoryFilesystem.php
Returns a ZSearchFile object for a given $filename in the directory.
Method getFileObject
ZSearchDirectory::getFileObject() in ZSearchDirectory.php
Returns a ZSearchFile object for a given $filename in the directory.
h
top
Method hasDeletions
Returns true if any documents have been deleted from this index.
i
top
Variable $isBinary
Variable $isIndexed
Variable $isStored
Variable $isTokenized
Variable $indexInterval
Expert: The fraction of terms in the "dictionary" which should be stored
Variable $indexPointer
Term offset of the _next_ term in a TermDictionary file.
Variable $isIndexed
Variable $id
ZSearchQueryHit::$id in ZSearchQueryHit.php
Number of the document in the index
Method idf
ZSearchSimilarity::idf() in ZSearchSimilarity.php
Computes a score factor for a simple term or a phrase.
Method idfFreq
ZSearchSimilarity::idfFreq() in ZSearchSimilarity.php
Computes a score factor based on a term's document frequency (the number of documents which contain the term). This value is multiplied by the tf(int) factor for each term in the query and these products are then summed to form the initial score for a document.
Method idfFreq
ZSearchDefaultSimilarity::idfFreq() in ZSearchDefaultSimilarity.php
Implemented as 'log(numDocs/(docFreq+1)) + 1'.
k
top
Variable $kind
Method Keyword
Constructs a String-valued Field that is not tokenized, but is indexed and stored. Useful for non-text fields, e.g. date or url.
Method key
Method key
ZSearchQueryTokenizer::key() in ZSearchQueryTokenizer.php
Return the position of the current token.
l
top
Page Lucene.php
Lucene.php in Lucene.php
Method lengthNorm
ZSearchSimilarity::lengthNorm() in ZSearchSimilarity.php
Computes the normalization value for a field given the total number of terms contained in a field. These values, together with field boosts, are stored in an index and multipled into scores for hits on each field by the search code.
Method lengthNorm
ZSearchDefaultSimilarity::lengthNorm() in ZSearchDefaultSimilarity.php
Implemented as '1/sqrt(numTerms)'.
m
top
Variable $maxMergeDocs
Determines the largest number of documents ever merged by addDocument().
Variable $mergeFactor
Determines how often segment indices are merged by addDocument().
Variable $minMergeDocs
Determines the minimal number of documents required before the buffered in-memory documents are merging and a new Segment is created.
Method mkdirs
ZSearchFSDirectory::mkdirs() in ZSearchDirectoryFilesystem.php
Utility function to recursive directory creation
n
top
Method norm
ZSearch::norm() in Lucene.php
Returns a normalization factor for "field, document" pair.
Method normalize
ZSearchTokenFilter::normalize() in ZSearchTokenFilter.php
Normalize Token or remove it (if null is returned)
Method normalize
ZSearchLowerCaseFilter::normalize() in ZSearchLowerCaseFilter.php
Normalize Token or remove it (if null is returned)
Method normalize
ZSearchCommonAnalyzer::normalize() in ZSearchCommonAnalyzer.php
Apply filters to the token.
Variable $name
Variable $name
Variable $number
Method norm
Returns normalization factor for specified documents
Method next
ZSearchQueryTokenizer::next() in ZSearchQueryTokenizer.php
Returns next token
Method normalize
ZSearchWeight::normalize() in ZSearchWeight.php
Assigns the query normalization factor to this.
Method normalize
ZSearchTermWeight::normalize() in ZSearchTermWeight.php
Assigns the query normalization factor to this.
Method normalize
ZSearchMultiTermWeight::normalize() in ZSearchMultiTermWeight.php
Assigns the query normalization factor to this.
Method normalize
ZSearchPhraseWeight::normalize() in ZSearchPhraseWeight.php
Assigns the query normalization factor to this.
o
top
Method openCompoundFile
Opens index file stoted within compound index file
Method optimize
Merges all segments together into a single segment, optimizing an index for search.
Class Constant TOKTYPE_BRACKET
ZSearchQueryToken::TOKTYPE_BRACKET in ZSearchQueryToken.php
Token type Bracket.
Class Constant TOKTYPE_FIELD
ZSearchQueryToken::TOKTYPE_FIELD in ZSearchQueryToken.php
Token type Field.
Class Constant TOKTYPE_SIGN
ZSearchQueryToken::TOKTYPE_SIGN in ZSearchQueryToken.php
Token type Sign.
Class Constant TOKTYPE_WORD
ZSearchQueryToken::TOKTYPE_WORD in ZSearchQueryToken.php
Token type Word.
p
top
Variable $proxPointer
Data offset in a Positions file.
Method parse
ZSearchQueryParser::parse() in ZSearchQueryParser.php
Parses a query string, returning a ZSearchQuery
q
top
Method queryNorm
ZSearchSimilarity::queryNorm() in ZSearchSimilarity.php
Computes the normalization value for a query given the sum of the squared weights of each of the query terms. This value is then multipled into the weight of each query term.
Method queryNorm
ZSearchDefaultSimilarity::queryNorm() in ZSearchDefaultSimilarity.php
Implemented as '1/sqrt(sumOfSquaredWeights)'.
r
top
Method rewind
ZSearchQueryTokenizer::rewind() in ZSearchQueryTokenizer.php
Resets token stream.
Method readBinary
ZSearchFile::readBinary() in ZSearchFile.php
Reads binary data from the current position in the file and advances the file pointer.
Method readByte
ZSearchFile::readByte() in ZSearchFile.php
Reads a byte from the current position in the file and advances the file pointer.
Method readBytes
ZSearchFile::readBytes() in ZSearchFile.php
Read num bytes from the current position in the file and advances the file pointer.
Method readInt
ZSearchFile::readInt() in ZSearchFile.php
Reads an integer from the current position in the file and advances the file pointer.
Method readLong
ZSearchFile::readLong() in ZSearchFile.php
Returns a long integer from the current position in the file and advances the file pointer.
Method readString
ZSearchFile::readString() in ZSearchFile.php
Reads a string from the current position in the file and advances the file pointer.
Method readVInt
ZSearchFile::readVInt() in ZSearchFile.php
Returns a variable-length integer from the current position in the file and advances the file pointer.
Method renameFile
ZSearchFSDirectory::renameFile() in ZSearchDirectoryFilesystem.php
Renames an existing file in the directory.
Method renameFile
ZSearchDirectory::renameFile() in ZSearchDirectory.php
Renames an existing file in the directory.
s
top
Method setDefault
ZSearchAnalyzer::setDefault() in ZSearchAnalyzer.php
Set the default Analyzer implementation used by indexing code.
Method setPositionIncrement
positionIncrement setter
Variable $storeTermVector
Variable $stringValue
Variable $skipInterval
Expert: The fraction of TermDocs entries stored in skip tables.
Variable $skipOffset
ScipData offset in a Frequencies file.
Variable $storeTermVector
Page SegmentInfo.php
SegmentInfo.php in SegmentInfo.php
Page SegmentWriter.php
SegmentWriter.php in SegmentWriter.php
Variable $score
ZSearchQueryHit::$score in ZSearchQueryHit.php
Score of the hit
Method score
ZSearchPhraseQuery::score() in ZSearchPhraseQuery.php
Score specified document
Method score
ZSearchQuery::score() in ZSearchQuery.php
Score specified document
Method score
ZSearchTermQuery::score() in ZSearchTermQuery.php
Score specified document
Method score
ZSearchMultiTermQuery::score() in ZSearchMultiTermQuery.php
Score specified document
Method setBoost
ZSearchQuery::setBoost() in ZSearchQuery.php
Sets the boost for this query clause to $boost.
Method setDefault
ZSearchSimilarity::setDefault() in ZSearchSimilarity.php
Set the default Similarity implementation used by indexing and search code.
Method setSlop
ZSearchPhraseQuery::setSlop() in ZSearchPhraseQuery.php
Set slop
Method setWeight
ZSearchPhraseQuery::setWeight() in ZSearchPhraseQuery.php
Set weight for specified term
Method setWeight
ZSearchMultiTermQuery::setWeight() in ZSearchMultiTermQuery.php
Set weight for specified term
Method sloppyFreq
ZSearchDefaultSimilarity::sloppyFreq() in ZSearchDefaultSimilarity.php
Implemented as '1/(distance + 1)'.
Method sloppyFreq
ZSearchSimilarity::sloppyFreq() in ZSearchSimilarity.php
Computes the amount of a sloppy phrase match, based on an edit distance.
Method sumOfSquaredWeights
The sum of squared weights of contained query clauses.
Method sumOfSquaredWeights
The sum of squared weights of contained query clauses.
Method sumOfSquaredWeights
The sum of squared weights of contained query clauses.
Method sumOfSquaredWeights
ZSearchMultiTermWeight::sumOfSquaredWeights() in ZSearchMultiTermWeight.php
The sum of squared weights of contained query clauses.
Method seek
ZSearchFile::seek() in ZSearchFile.php
Sets the file position indicator and advances the file pointer.
Method seek
ZSearchFileFilesystem::seek() in ZSearchFileFilesystem.php
Sets the file position indicator and advances the file pointer.
Method size
ZSearchFileFilesystem::size() in ZSearchFileFilesystem.php
Get the size of the already opened file
t
top
Method termDocs
ZSearch::termDocs() in Lucene.php
Returns an array of all the documents which contain term.
Method termPositions
Returns an array of all term positions in the documents.
Method terms
ZSearch::terms() in Lucene.php
Returns an array of all terms in this index.
Method tokenize
ZSearchTextAnalyzer::tokenize() in ZSearchTextAnalyzer.php
Tokenize text to a terms Returns array of ZSearchToken objects
Method tokenize
ZSearchAnalyzer::tokenize() in ZSearchAnalyzer.php
Tokenize text to a terms Returns array of ZSearchToken objects
Method 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.
Variable $text
Term value
Page TermInfo.php
TermInfo.php in TermInfo.php
Page Term.php
Term.php in Term.php
Variable $text
ZSearchQueryToken::$text in ZSearchQueryToken.php
Token text.
Variable $type
ZSearchQueryToken::$type in ZSearchQueryToken.php
Token type.
Method tf
ZSearchSimilarity::tf() in ZSearchSimilarity.php
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.
Method tf
ZSearchDefaultSimilarity::tf() in ZSearchDefaultSimilarity.php
Implemented as 'sqrt(freq)'.
Method tell
ZSearchFileFilesystem::tell() in ZSearchFileFilesystem.php
Get file position.
Method tell
ZSearchFile::tell() in ZSearchFile.php
Get file position.
Method touchFile
ZSearchFSDirectory::touchFile() in ZSearchDirectoryFilesystem.php
Sets the modified time of $filename to now.
Method touchFile
ZSearchDirectory::touchFile() in ZSearchDirectory.php
Sets the modified time of $filename to now.
u
top
Method undeleteAll
Undeletes all documents currently marked as deleted in this index.
Method UnIndexed
Constructs a String-valued Field that is not tokenized nor indexed, but is stored in the index, for return with hits.
Method UnStored
Constructs a String-valued Field that is tokenized and indexed, but that is not stored in the index.
v
top
Method valid
ZSearchQueryTokenizer::valid() in ZSearchQueryTokenizer.php
Returns TRUE if a token exists at the current position.
w
top
Page Writer.php
Writer.php in Writer.php
Method writeByte
ZSearchFile::writeByte() in ZSearchFile.php
Writes a byte to the end of the file.
Method writeBytes
ZSearchFile::writeBytes() in ZSearchFile.php
Writes num bytes of data (all, if $num===null) to the end of the file.
Method writeInt
ZSearchFile::writeInt() in ZSearchFile.php
Writes an integer to the end of file.
Method writeLong
ZSearchFile::writeLong() in ZSearchFile.php
Writes long integer to the end of file
Method writeString
ZSearchFile::writeString() in ZSearchFile.php
Writes a string to the end of file.
Method writeVInt
ZSearchFile::writeVInt() in ZSearchFile.php
Writes a variable-length integer to the end of file.
z
top
Class Zend_Search_Exception
Zend_Search_Exception in Exception.php
Class Zend_Search_Lucene_Exception
Class ZSearch
ZSearch in Lucene.php
Page ZSearchAnalyzer.php
ZSearchAnalyzer.php in ZSearchAnalyzer.php
Page ZSearchCommonAnalyzer.php
ZSearchCommonAnalyzer.php in ZSearchCommonAnalyzer.php
Page ZSearchLowerCaseFilter.php
ZSearchLowerCaseFilter.php in ZSearchLowerCaseFilter.php
Page ZSearchTextAnalyzer.php
ZSearchTextAnalyzer.php in ZSearchTextAnalyzer.php
Page ZSearchTextCIAnalyzer.php
ZSearchTextCIAnalyzer.php in ZSearchTextCIAnalyzer.php
Page ZSearchTokenFilter.php
ZSearchTokenFilter.php in ZSearchTokenFilter.php
Class ZSearchAnalyzer
ZSearchAnalyzer in ZSearchAnalyzer.php
An Analyzer is used to analyze text.
Class ZSearchCommonAnalyzer
ZSearchCommonAnalyzer in ZSearchCommonAnalyzer.php
Common implementation of the ZSearchAnalyzer interface.
Class ZSearchLowerCaseFilter
ZSearchLowerCaseFilter in ZSearchLowerCaseFilter.php
Lower case Token filter.
Class ZSearchTextAnalyzer
ZSearchTextAnalyzer in ZSearchTextAnalyzer.php
Class ZSearchTextCIAnalyzer
ZSearchTextCIAnalyzer in ZSearchTextCIAnalyzer.php
Class ZSearchToken
ZSearchToken in ZSearchToken.php
Class ZSearchTokenFilter
ZSearchTokenFilter in ZSearchTokenFilter.php
Token filter converts (normalizes) Token ore removes it from a token stream.
Page ZSearchToken.php
ZSearchToken.php in ZSearchToken.php
Class Zend_Search_Lucene_Document
A Document is a set of fields. Each field has a name and a textual value.
Class Zend_Search_Lucene_Field
A field is a section of a Document. Each field has two parts,
Class Zend_Search_Lucene_Index_FieldInfo
Class Zend_Search_Lucene_Index_SegmentInfo
Class Zend_Search_Lucene_Index_SegmentWriter
Class Zend_Search_Lucene_Index_Term
A Term represents a word from text. This is the unit of search. It is composed of two elements, the text of the word, as a string, and the name of the field that the text occured in, an interned string.
Class Zend_Search_Lucene_Index_TermInfo
A Zend_Search_Lucene_Index_TermInfo represents a record of information stored for a term.
Class Zend_Search_Lucene_Index_Writer
Page ZSearchDefaultSimilarity.php
ZSearchDefaultSimilarity.php in ZSearchDefaultSimilarity.php
Page ZSearchMultiTermQuery.php
ZSearchMultiTermQuery.php in ZSearchMultiTermQuery.php
Page ZSearchMultiTermWeight.php
ZSearchMultiTermWeight.php in ZSearchMultiTermWeight.php
Page ZSearchPhraseQuery.php
ZSearchPhraseQuery.php in ZSearchPhraseQuery.php
Page ZSearchPhraseWeight.php
ZSearchPhraseWeight.php in ZSearchPhraseWeight.php
Page ZSearchQueryHit.php
ZSearchQueryHit.php in ZSearchQueryHit.php
Page ZSearchQueryParser.php
ZSearchQueryParser.php in ZSearchQueryParser.php
Page ZSearchQueryTokenizer.php
ZSearchQueryTokenizer.php in ZSearchQueryTokenizer.php
Page ZSearchQueryToken.php
ZSearchQueryToken.php in ZSearchQueryToken.php
Page ZSearchQuery.php
ZSearchQuery.php in ZSearchQuery.php
Page ZSearchSimilarity.php
ZSearchSimilarity.php in ZSearchSimilarity.php
Page ZSearchTermQuery.php
ZSearchTermQuery.php in ZSearchTermQuery.php
Page ZSearchTermWeight.php
ZSearchTermWeight.php in ZSearchTermWeight.php
Page ZSearchWeight.php
ZSearchWeight.php in ZSearchWeight.php
Class ZSearchDefaultSimilarity
ZSearchDefaultSimilarity in ZSearchDefaultSimilarity.php
Class ZSearchMultiTermQuery
ZSearchMultiTermQuery in ZSearchMultiTermQuery.php
Class ZSearchMultiTermWeight
ZSearchMultiTermWeight in ZSearchMultiTermWeight.php
Class ZSearchPhraseQuery
ZSearchPhraseQuery in ZSearchPhraseQuery.php
A Query that matches documents containing a particular sequence of terms.
Class ZSearchPhraseWeight
ZSearchPhraseWeight in ZSearchPhraseWeight.php
Class ZSearchQuery
ZSearchQuery in ZSearchQuery.php
Class ZSearchQueryHit
ZSearchQueryHit in ZSearchQueryHit.php
Class ZSearchQueryParser
ZSearchQueryParser in ZSearchQueryParser.php
Class ZSearchQueryToken
ZSearchQueryToken in ZSearchQueryToken.php
Class ZSearchQueryTokenizer
ZSearchQueryTokenizer in ZSearchQueryTokenizer.php
Class ZSearchSimilarity
ZSearchSimilarity in ZSearchSimilarity.php
Class ZSearchTermQuery
ZSearchTermQuery in ZSearchTermQuery.php
Class ZSearchTermWeight
ZSearchTermWeight in ZSearchTermWeight.php
Class ZSearchWeight
ZSearchWeight in ZSearchWeight.php
Calculate query weights and build query scorers.
Page ZSearchDirectoryFilesystem.php
ZSearchDirectoryFilesystem.php in ZSearchDirectoryFilesystem.php
Page ZSearchFileFilesystem.php
ZSearchFileFilesystem.php in ZSearchFileFilesystem.php
Page ZSearchDirectory.php
ZSearchDirectory.php in ZSearchDirectory.php
Page ZSearchFile.php
ZSearchFile.php in ZSearchFile.php
Class ZSearchDirectory
ZSearchDirectory in ZSearchDirectory.php
Class ZSearchFile
ZSearchFile in ZSearchFile.php
Class ZSearchFileFilesystem
ZSearchFileFilesystem in ZSearchFileFilesystem.php
Class ZSearchFSDirectory
ZSearchFSDirectory in ZSearchDirectoryFilesystem.php
FileSystem implementation of Directory abstraction.
a b c d e f g h i k l m n o p q r s t u v w z _