public class ConversationIndexingServiceImpl extends CommonEngineServiceImpl<EngageEngineConfiguration> implements ConversationIndexingService
| Modifier and Type | Field and Description |
|---|---|
protected IndexManager |
indexManager |
protected ReindexManager |
reindexManager |
commandExecutorconfiguration| 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, setCommandExecutorgetConfigurationprotected ReindexManager reindexManager
protected IndexManager indexManager
public ConversationIndexingServiceImpl(EngageEngineConfiguration engageEngineConfiguration, ReindexManager reindexManager, IndexManager indexManager)
public void reindex()
ConversationIndexingServicereindex in interface ConversationIndexingServicepublic void reindex(String conversationId)
reindex in interface ConversationIndexingService