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