Uses of Interface
org.codelibs.fess.ds.callback.IndexUpdateCallback
Packages that use IndexUpdateCallback
-
Uses of IndexUpdateCallback in org.codelibs.fess.ds
Methods in org.codelibs.fess.ds with parameters of type IndexUpdateCallbackModifier and TypeMethodDescriptionvoidAbstractDataStore.store(org.codelibs.fess.opensearch.config.exentity.DataConfig config, IndexUpdateCallback callback, DataStoreParams initParamMap) voidDataStore.store(org.codelibs.fess.opensearch.config.exentity.DataConfig config, IndexUpdateCallback callback, DataStoreParams initParamMap) Store the data.protected abstract voidAbstractDataStore.storeData(org.codelibs.fess.opensearch.config.exentity.DataConfig dataConfig, IndexUpdateCallback callback, DataStoreParams paramMap, Map<String, String> scriptMap, Map<String, Object> defaultDataMap) Store the data. -
Uses of IndexUpdateCallback in org.codelibs.fess.ds.callback
Classes in org.codelibs.fess.ds.callback that implement IndexUpdateCallbackModifier and TypeClassDescriptionclassImplementation of IndexUpdateCallback that handles file list index updates with concurrent processing.classImplementation of IndexUpdateCallback for handling document indexing operations.Fields in org.codelibs.fess.ds.callback declared as IndexUpdateCallbackModifier and TypeFieldDescriptionprotected IndexUpdateCallbackFileListIndexUpdateCallbackImpl.indexUpdateCallbackThe underlying index update callback to delegate operations to.Constructors in org.codelibs.fess.ds.callback with parameters of type IndexUpdateCallbackModifierConstructorDescriptionFileListIndexUpdateCallbackImpl(IndexUpdateCallback indexUpdateCallback, org.codelibs.fess.crawler.client.CrawlerClientFactory crawlerClientFactory, int nThreads) Constructs a new FileListIndexUpdateCallbackImpl with the specified parameters. -
Uses of IndexUpdateCallback in org.codelibs.fess.helper
Constructors in org.codelibs.fess.helper with parameters of type IndexUpdateCallbackModifierConstructorDescriptionprotectedDataCrawlingThread(org.codelibs.fess.opensearch.config.exentity.DataConfig dataConfig, IndexUpdateCallback indexUpdateCallback, DataStoreParams initParamMap) Constructs a new data crawling thread.