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

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

Uses of FSDirectory in org.apache.lucene.store
 

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



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