Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » store » [javadoc | source]
org.hibernate.search.store
public class: FSDirectoryProvider [javadoc | source]
java.lang.Object
   org.hibernate.search.store.FSDirectoryProvider

All Implemented Interfaces:
    DirectoryProvider

Use a Lucene FSDirectory The base directory is represented by hibernate.search..indexBase The index is created in /
    author: Emmanuel - Bernard
    author: Sylvain - Vieujot
    author: Sanne - Grinovero
Method from org.hibernate.search.store.FSDirectoryProvider Summary:
equals,   getDirectory,   hashCode,   initialize,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.store.FSDirectoryProvider Detail:
 public boolean equals(Object obj) 
 public FSDirectory getDirectory() 
 public int hashCode() 
 public  void initialize(String directoryProviderName,
    Properties properties,
    SearchFactoryImplementor searchFactoryImplementor) 
 public  void start() 
 public  void stop()