Uses of Class
org.apache.lucene.store.FSDirectory

Packages that use FSDirectory
org.apache.lucene.store Binary i/o API, used for all index data. 
 

Uses of FSDirectory in org.apache.lucene.store
 

Subclasses of FSDirectory in org.apache.lucene.store
 class MMapDirectory
          File-based Directory implementation that uses mmap for input.
 

Methods in org.apache.lucene.store that return FSDirectory
static FSDirectory FSDirectory.getDirectory(java.io.File file, boolean create)
          Returns the directory instance for the named location.
static FSDirectory FSDirectory.getDirectory(java.lang.String path, boolean create)
          Returns the directory instance for the named location.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.