Uses of Interface
com.jalios.jcms.fileprocessor.repository.RepositoryIndexer
-
Packages that use RepositoryIndexer Package Description com.jalios.jcms.fileprocessor.repository com.jalios.jcms.fileprocessor.repository.jcmsupload -
-
Uses of RepositoryIndexer in com.jalios.jcms.fileprocessor.repository
Methods in com.jalios.jcms.fileprocessor.repository that return RepositoryIndexer Modifier and Type Method Description RepositoryIndexer
Repository. getIndexer()
For one repository, the way LuceneDocument are constructed from the content of a file and the file itself, is specific to the structure of the index.Method parameters in com.jalios.jcms.fileprocessor.repository with type arguments of type RepositoryIndexer Modifier and Type Method Description void
Repository. setIndexerClass(java.lang.Class<? extends RepositoryIndexer> indexerClass)
-
Uses of RepositoryIndexer in com.jalios.jcms.fileprocessor.repository.jcmsupload
Classes in com.jalios.jcms.fileprocessor.repository.jcmsupload that implement RepositoryIndexer Modifier and Type Class Description class
JCMSUploadIndexer
Implementation of the RepositoryIndexer for the JCMS upload directory.
-