Package org.codelibs.fess.ds
Interface DataStore
- All Known Implementing Classes:
AbstractDataStore
public interface DataStore
The interface for DataStore.
-
Method Summary
Modifier and TypeMethodDescriptionvoidstop()Stop the data store.voidstore(org.codelibs.fess.opensearch.config.exentity.DataConfig config, IndexUpdateCallback callback, DataStoreParams initParamMap) Store the data.
-
Method Details
-
store
void store(org.codelibs.fess.opensearch.config.exentity.DataConfig config, IndexUpdateCallback callback, DataStoreParams initParamMap) Store the data.- Parameters:
config- The data configuration.callback- The callback.initParamMap- The initial parameters.
-
stop
void stop()Stop the data store.
-