org.apache.solr.core
Class NRTCachingDirectoryFactory

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

public class NRTCachingDirectoryFactory
extends StandardDirectoryFactory

Factory to instantiate NRTCachingDirectory


Field Summary
 
Fields inherited from class org.apache.solr.core.CachingDirectoryFactory
byDirectoryCache, byPathCache
 
Constructor Summary
NRTCachingDirectoryFactory()
           
 
Method Summary
protected  Directory create(String path)
          Creates a new Directory for a given path.
 
Methods inherited from class org.apache.solr.core.CachingDirectoryFactory
close, exists, get, get, incRef, init, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NRTCachingDirectoryFactory

public NRTCachingDirectoryFactory()
Method Detail

create

protected Directory create(String path)
                    throws IOException
Description copied from class: DirectoryFactory
Creates a new Directory for a given path.

Overrides:
create in class StandardDirectoryFactory
Throws:
IOException


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