Uses of Interface
com.atlassian.confluence.internal.index.ReIndexer
-
Packages that use ReIndexer Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.search -
-
Uses of ReIndexer in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement ReIndexer Modifier and Type Class Description class
LuceneReIndexer
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type ReIndexer Constructor Description LuceneFullReindexManager(IndexLockService lockService, ReIndexer reIndexer, SearchableDao searchableDao, Collection<SearchIndexAccessor> searchIndexAccessors)
-
Uses of ReIndexer in com.atlassian.confluence.search
Constructors in com.atlassian.confluence.search with parameters of type ReIndexer Constructor Description ReIndexTask(ReIndexer reIndexer, SearchableDao searchableDao, EnumSet<ReIndexOption> options, int jobID)
ReIndexTask(ReIndexer reIndexer, SearchableDao searchableDao, EnumSet<ReIndexOption> options, Optional<SearchQuery> searchQuery, int jobID)
-