@Internal @Deprecated public interface Indexer
| Modifier and Type | Method and Description |
|---|---|
void |
deleteIndex()
Deprecated.
Delete existing index.
|
long |
getEstimatedReindexTime()
Deprecated.
How long will it take to reindex all objects in this index.
|
int |
getNumberOfDocuments()
Deprecated.
|
void |
indexAll(Executor executor)
Deprecated.
Reindexes anything this index is supposed to have in it.
|
void indexAll(@NotNull
Executor executor)
throws Exception
executor - allows multithreaded execution of indexerExceptionvoid deleteIndex()
long getEstimatedReindexTime()
int getNumberOfDocuments()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.