Interface QuickSearchIndexer

  • All Known Implementing Classes:
    QuickSearchIndexerImpl

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

      • indexAll

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

        long getEstimatedReindexTime()
      • indexProject

        boolean indexProject​(@NotNull
                             @NotNull Project project)