Uses of Class
org.apache.lucene.store.FSDirectory
-
Packages that use FSDirectory Package Description org.apache.lucene.store -
-
Uses of FSDirectory in org.apache.lucene.store
Subclasses of FSDirectory in org.apache.lucene.store Modifier and Type Class Description classAlfrescoFSDirectoryMethods in org.apache.lucene.store that return FSDirectory Modifier and Type Method Description static FSDirectoryFSDirectory. getDirectory(java.io.File file)Returns the directory instance for the named location.static FSDirectoryFSDirectory. getDirectory(java.io.File file, boolean create)Deprecated.Use IndexWriter's create flag, instead, to create a new index.static FSDirectoryFSDirectory. getDirectory(java.io.File file, org.apache.lucene.store.LockFactory lockFactory)Returns the directory instance for the named location.static FSDirectoryFSDirectory. getDirectory(java.lang.String path)Returns the directory instance for the named location.static FSDirectoryFSDirectory. getDirectory(java.lang.String path, boolean create)Deprecated.Use IndexWriter's create flag, instead, to create a new index.static FSDirectoryFSDirectory. getDirectory(java.lang.String path, org.apache.lucene.store.LockFactory lockFactory)Returns the directory instance for the named location.
-