Uses of Class
gate.creole.annic.apache.lucene.store.FSDirectory

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

Uses of FSDirectory in gate.creole.annic.apache.lucene.store
 

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