Located in /Zend/Search/Lucene.php (line 60)
File system adapter closing option
File system adapter.
Number of documents in this index.
Array of Zend_Search_Lucene_Index_SegmentInfo objects for this index.
Writer for this index, not instantiated unless required.
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
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 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 Tue, 18 Apr 2006 11:55:18 -0700 by phpDocumentor 1.3.0RC3