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.
 class NIOFSDirectory
          NIO version of FSDirectory.
 

Methods in org.apache.lucene.store that return FSDirectory
static FSDirectory FSDirectory.getDirectory(File file)
          Returns the directory instance for the named location.
static FSDirectory FSDirectory.getDirectory(File file, boolean create)
          Deprecated. Use IndexWriter's create flag, instead, to create a new index.
static FSDirectory FSDirectory.getDirectory(File file, LockFactory lockFactory)
          Returns the directory instance for the named location.
static FSDirectory FSDirectory.getDirectory(String path)
          Returns the directory instance for the named location.
static FSDirectory FSDirectory.getDirectory(String path, boolean create)
          Deprecated. Use IndexWriter's create flag, instead, to create a new index.
static FSDirectory FSDirectory.getDirectory(String path, LockFactory lockFactory)
          Returns the directory instance for the named location.
 



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