Interface ProjectReindexService
- All Known Implementing Classes:
DefaultProjectReindexServiceImpl,OpenSearchProjectReindexServiceImpl
public interface ProjectReindexService
- Since:
- v6.1
-
Method Summary
Modifier and TypeMethodDescriptiongetRunningTask(Project project) booleanisReindexPossible(Project project)
-
Method Details
-
reindex
- Parameters:
project- the project needs to be re-indexed- Returns:
- the project reindex progress url
-
reindex
- Parameters:
project- the project needs to be re-indexedshouldReplicate- whether the index changes should be replicated to the other nodes in the cluster.- Returns:
- the project reindex progress url
-
isReindexPossible
-
getRunningTask
-