Zend_Search_LuceneLocated in /Zend/Search/Lucene.php (line 62)
Constructor __construct (line 115)
Opens the index.
IndexReader constructor needs Directory as a parameter. It should be a string with a path to the index folder or a Directory object.
Destructor __destruct (line 172)
Object destructor
commit (line 564)
Commit changes resulting from delete() or undeleteAll() operations.
count (line 212)
Returns the total number of documents in this index.
delete (line 519)
Deletes a document from the index.
$id is an internal document id
docFreq (line 441)
Returns the number of documents in this index containing the $term.
find (line 226)
Performs a query against the index and returns an array of Zend_Search_Lucene_Search_QueryHit objects.
Input is a string or Zend_Search_Lucene_Search_Query.
getDirectory (line 201)
Returns the Zend_Search_Lucene_Storage_Directory instance for this index.
getDocument (line 282)
Returns a Zend_Search_Lucene_Document object for the document number $id in this index.
getFieldNames (line 265)
Returns a list of all unique field names that exist in this index.
getIndexWriter (line 186)
Returns an instance of Zend_Search_Lucene_Index_Writer for the index
getSimilarity (line 460)
Retrive similarity used by index reader
hasDeletions (line 500)
Returns true if any documents have been deleted from this index.
norm (line 473)
Returns a normalization factor for "field, document" pair.
termDocs (line 343)
Returns an array of all the documents which contain term.
termPositions (line 386)
Returns an array of all term positions in the documents.
Return array structure: array( docId => array( pos1, pos2, ...), ...)
terms (line 601)
Returns an array of all terms in this index.
undeleteAll (line 612)
Undeletes all documents currently marked as deleted in this index.
Documentation generated on Tue, 11 Jul 2006 12:17:42 -0500 by phpDocumentor 1.3.0RC6