Located in /Search/Lucene/Storage/Directory.php (line 31)
Class | Description |
---|---|
![]() |
FileSystem implementation of Directory abstraction. |
Closes the store.
Creates a new, empty file in the directory with the given $filename.
Removes an existing $filename in the directory.
Returns true if a file with the given $filename exists.
Returns the length of a $filename in the directory.
Returns an array of strings, one for each file in the directory.
Returns the UNIX timestamp $filename was last modified.
Returns a Zend_Search_Lucene_Storage_File object for a given $filename in the directory.
If $shareHandler option is true, then file handler can be shared between File Object requests. It speed-ups performance, but makes problems with file position. Shared handler are good for short atomic requests. Non-shared handlers are useful for stream file reading (especial for compound files).
Purge file if it's cached by directory object
Method is used to prevent 'too many open files' error
Renames an existing file in the directory.
Sets the modified time of $filename to now.
Documentation generated on Mon, 21 Jun 2010 15:17:11 -0400 by phpDocumentor 1.4.3