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 TypeMethodDescriptionlong
void
void
indexBranch
(@NotNull ImmutableChainBranch branch) void
indexChain
(@NotNull ImmutableTopLevelPlan chain) void
indexDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject) boolean
indexProject
(@NotNull Project project)
-
Method Details
-
indexAll
-
getEstimatedReindexTime
long getEstimatedReindexTime() -
indexProject
-
indexChain
-
indexBranch
-
indexDeploymentProject
-