Interface QuickSearchIndexer

All Known Implementing Classes:
QuickSearchIndexerImpl

@Internal public interface QuickSearchIndexer
Allows of indexing entities to be available in quick search
  • Method Details

    • indexAll

      void indexAll(@NotNull @NotNull Executor executor)
    • getEstimatedReindexTime

      long getEstimatedReindexTime()
    • indexProject

      boolean indexProject(@NotNull @NotNull Project project)
    • indexChain

      void indexChain(@NotNull @NotNull ImmutableTopLevelPlan chain)
    • indexBranch

      void indexBranch(@NotNull @NotNull ImmutableChainBranch branch)
    • indexDeploymentProject

      void indexDeploymentProject(@NotNull @NotNull InternalDeploymentProject deploymentProject)