Interface SearchIndexerImpl.IndexerConfig
-
- Enclosing class:
- SearchIndexerImpl
public static interface SearchIndexerImpl.IndexerConfigInterface for tasks to access the Indexer config
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentModifierListdocumentModifierList()SearchIndexExcluderListexcluderList()IndividualDaoindividualDao()SearchIndexerImpl.ListenerListlistenerList()IndexingUriFinderListuriFinderList()SearchIndexerImpl.WorkerThreadPoolworkerThreadPool()
-
-
-
Method Detail
-
uriFinderList
IndexingUriFinderList uriFinderList()
-
excluderList
SearchIndexExcluderList excluderList()
-
documentModifierList
DocumentModifierList documentModifierList()
-
individualDao
IndividualDao individualDao()
-
listenerList
SearchIndexerImpl.ListenerList listenerList()
-
workerThreadPool
SearchIndexerImpl.WorkerThreadPool workerThreadPool()
-
-