Located in /Zend/Search/Lucene.php (line 62)
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.
Object destructor
Commit changes resulting from delete() or undeleteAll() operations.
Returns the total number of documents in this index.
Deletes a document from the index.
$id is an internal document id
Returns the number of documents in this index containing the $term.
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.
Returns the Zend_Search_Lucene_Storage_Directory 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
Retrive similarity used by index reader
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 Fri, 30 Jun 2006 11:21:04 -0500 by phpDocumentor 1.3.0RC6