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