public interface IndexingService
| Modifier and Type | Method and Description |
|---|---|
void |
clearQueue()
Delete all the operations of the indexing queue
|
void |
clearQueue(String entityType)
Delete all the operations of the indexing queue for a given entity type
|
void |
index(String connectorName,
String id)
Add a create operation to the indexing queue
|
void |
init(String connectorName)
Add a init operation to the indexing queue to init the index
|
void |
reindex(String connectorName,
String id)
Add a update operation to the indexing queue
|
void |
reindexAll(String connectorName)
Add a reindex all operation to the indexing queue
|
void |
unindex(String connectorName,
String id)
Add a delete operation to the indexing queue
|
void |
unindexAll(String connectorName)
Add a delete all type operation to the indexing queue
|
void init(String connectorName)
connectorName - Name of the connectorvoid index(String connectorName, String id)
connectorName - Name of the connectorid - id of the documentvoid reindex(String connectorName, String id)
connectorName - Name of the connectorid - id of the documentvoid unindex(String connectorName, String id)
connectorName - Name of the connectorid - id of the documentvoid reindexAll(String connectorName)
connectorName - Name of the connectorvoid unindexAll(String connectorName)
connectorName - Name of the connectorvoid clearQueue()
void clearQueue(String entityType)
entityType - Entity typeCopyright © 2003–2018 eXo Platform SAS. All rights reserved.