Package org.hibernate.search.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.search.default.* and - hibernate.search..*

properties have precedence over default

The implementation is described by hibernate.search.[default|indexname].directory_provider

If none is defined the default value is FSDirectory

FSDirectoryProvider Use a Lucene FSDirectory The base directory is represented by hibernate.search..indexBase The index is created in /
RAMDirectoryProvider Use a Lucene RAMDirectory