public class ConversationIndexingServiceImpl extends CommonEngineServiceImpl<EngageEngineConfiguration> implements ConversationIndexingService
Modifier and Type | Field and Description |
---|---|
protected IndexManager |
indexManager |
protected ReindexManager |
reindexManager |
commandExecutor
configuration
Constructor and Description |
---|
ConversationIndexingServiceImpl(EngageEngineConfiguration engageEngineConfiguration,
ReindexManager reindexManager,
IndexManager indexManager) |
Modifier and Type | Method and Description |
---|---|
void |
reindex()
Reindex all conversations and messages from DB
|
void |
reindex(String conversationId) |
getCommandExecutor, setCommandExecutor
getConfiguration
protected ReindexManager reindexManager
protected IndexManager indexManager
public ConversationIndexingServiceImpl(EngageEngineConfiguration engageEngineConfiguration, ReindexManager reindexManager, IndexManager indexManager)
public void reindex()
ConversationIndexingService
reindex
in interface ConversationIndexingService
public void reindex(String conversationId)
reindex
in interface ConversationIndexingService