Interface QuickSearchIndexer
- All Known Implementing Classes:
QuickSearchIndexerImpl
@Internal
public interface QuickSearchIndexer
Allows of indexing entities to be available in quick search
-
Method Summary
Modifier and TypeMethodDescriptionlongvoidvoidindexBranch(@NotNull ImmutableChainBranch branch) voidindexChain(@NotNull ImmutableTopLevelPlan chain) voidindexDeploymentProject(@NotNull InternalDeploymentProject deploymentProject) booleanindexProject(@NotNull Project project)
-
Method Details
-
indexAll
-
getEstimatedReindexTime
long getEstimatedReindexTime() -
indexProject
-
indexChain
-
indexBranch
-
indexDeploymentProject
-