org.apache.solr.core
Class NIOFSDirectoryFactory

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

public class NIOFSDirectoryFactory
extends DirectoryFactory

Factory to instantiate NIOFSDirectory


Constructor Summary
NIOFSDirectoryFactory()
           
 
Method Summary
 org.apache.lucene.store.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

NIOFSDirectoryFactory

public NIOFSDirectoryFactory()
Method Detail

open

public org.apache.lucene.store.Directory open(String path)
                                       throws IOException
Description copied from class: DirectoryFactory
Opens a Lucene directory

Specified by:
open in class DirectoryFactory
Throws:
IOException


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