org.apache.solr.core
Class SimpleFSDirectoryFactory

java.lang.Object
  extended by org.apache.solr.core.DirectoryFactory
      extended by org.apache.solr.core.SimpleFSDirectoryFactory
All Implemented Interfaces:
NamedListInitializedPlugin

public class SimpleFSDirectoryFactory
extends DirectoryFactory

Factory to instantiate SimpleFSDirectory


Constructor Summary
SimpleFSDirectoryFactory()
           
 
Method Summary
 Directory open(String path)
          Opens a Lucene directory
 
Methods inherited from class org.apache.solr.core.DirectoryFactory
exists, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFSDirectoryFactory

public SimpleFSDirectoryFactory()
Method Detail

open

public Directory open(String path)
               throws IOException
Description copied from class: DirectoryFactory
Opens a Lucene directory

Specified by:
open in class DirectoryFactory
Throws:
IOException