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 FSDirectoryFactoryFSDirectoryFactory.DEFAULTDefault 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 TypeMethodDescriptionvoidIndexUpdateRequest.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)