Package com.atlassian.jira.sharing.index
Interface DirectoryFactory
- All Superinterfaces:
Function<SharedEntity.TypeDescriptor<?>,,org.apache.lucene.store.Directory> Function<SharedEntity.TypeDescriptor<?>,org.apache.lucene.store.Directory>
- All Known Implementing Classes:
IndexPathDirectoryFactory,MemoryDirectoryFactory
public interface DirectoryFactory
extends Function<SharedEntity.TypeDescriptor<?>,org.apache.lucene.store.Directory>
The DirectoryFactory allows a different Lucene Directory to be used
-
Method Summary