Package org.hibernate.lucene.store

Interface Summary
DirectoryProvider<TDirectory extends Directory> Set up and provide a Lucene Directory equals() and hashCode() must guaranty equality between two providers pointing to the same underlying Lucene Store This class must be thread safe regarding getDirectory() calls
 

Class Summary
DirectoryProviderFactory Create a Lucene directory provider

Lucene directory providers are configured through properties - hibernate.lucene.default.* and - hibernate.lucene.

FSDirectoryProvider Use a Lucene FSDirectory The base directory is represented by hibernate.lucene.
RAMDirectoryProvider Use a Lucene RAMDirectory