Interface ConversationIndexingService
-
- All Known Implementing Classes:
ConversationIndexingServiceImpl
public interface ConversationIndexingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreindex()Reindex all conversations and messages from DBvoidreindex(String conversationId)
-
-
-
Method Detail
-
reindex
void reindex()
Reindex all conversations and messages from DB
-
reindex
void reindex(String conversationId)
-
-