Uses of Interface
org.apache.maven.index.updater.FSDirectoryFactory
Packages that use FSDirectoryFactory
-
Uses of FSDirectoryFactory in org.apache.maven.index.updater
Fields in org.apache.maven.index.updater declared as FSDirectoryFactoryModifier and TypeFieldDescriptionstatic final FSDirectoryFactory
FSDirectoryFactory.DEFAULT
Default implementation that lets Lucene choose FSDirectory implementation.Methods in org.apache.maven.index.updater that return FSDirectoryFactoryMethods in org.apache.maven.index.updater with parameters of type FSDirectoryFactoryModifier and TypeMethodDescriptionvoid
IndexUpdateRequest.setFSDirectoryFactory
(FSDirectoryFactory factory) Constructors in org.apache.maven.index.updater with parameters of type FSDirectoryFactoryModifierConstructorDescriptionIndexDataReader
(InputStream is, Path tempStorage, DocumentFilter filter, FSDirectoryFactory factory, int threads)