@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 indexerExceptionvoid deleteIndex()
long getEstimatedReindexTime()
int getNumberOfDocuments()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.