Located in /incubator/Zend/Search/Lucene.php (line 60)
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.
Adds a document to this index.
Commit changes resulting from delete() or undeleteAll() operations.
Returns the total number of documents in this index.
Deletes a document from the index. $doc may contain a Zend_Search_Lucene_Document or the number of the document to delete.
Returns the number of documents in this index containing the $term.
Performs a query against the index and returns an array of ZSearchQueryHit objects.
Input is a string or ZSearchQuery.
Returns the ZSearchDirectory instance for this index.
Returns a Zend_Search_Lucene_Document object for the document number $id in this index.
Returns a list of all unique field names that exist in this index.
Returns an instance of Zend_Search_Lucene_Index_Writer for the index
Returns true if any documents have been deleted from this index.
Returns a normalization factor for "field, document" pair.
Returns an array of all the documents which contain term.
Returns an array of all term positions in the documents.
Return array structure: array( docId => array( pos1, pos2, ...), ...)
Returns an array of all terms in this index.
Undeletes all documents currently marked as deleted in this index.
Documentation generated on Wed, 08 Mar 2006 04:53:26 -0800 by phpDocumentor 1.3.0RC4