org.apache.solr.core
Class StandardDirectoryFactory

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

public class StandardDirectoryFactory
extends DirectoryFactory

Directory provider which mimics original Solr FSDirectory based behavior.


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

Constructor Detail

StandardDirectoryFactory

public StandardDirectoryFactory()
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


Copyright © 2009 Apache Software Foundation. All Rights Reserved.