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

Uses in package org.apache.lucene.store

Classes derived from org.apache.lucene.store.FSDirectory

class
File-based Directory implementation that uses mmap for input.

Methods with return type org.apache.lucene.store.FSDirectory

FSDirectory
FSDirectory.getDirectory(File file, boolean create)
Returns the directory instance for the named location.
FSDirectory
FSDirectory.getDirectory(String path, boolean create)
Returns the directory instance for the named location.

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