Interface IndexingService
- All Known Implementing Classes:
QueueIndexingService
public interface IndexingService
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
10/12/15
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a create operation to the indexing queuevoidAdd a init operation to the indexing queue to init the indexvoidAdd a update operation to the indexing queuevoidAdd a delete operation to the indexing queue
-
Method Details
-
init
Add a init operation to the indexing queue to init the index- Parameters:
connectorName- Name of the connector- eXo level API
- Experimental
-
index
Add a create operation to the indexing queue- Parameters:
connectorName- Name of the connectorid- id of the document- eXo level API
- Experimental
-
reindex
Add a update operation to the indexing queue- Parameters:
connectorName- Name of the connectorid- id of the document- eXo level API
- Experimental
-
unindex
Add a delete operation to the indexing queue- Parameters:
connectorName- Name of the connectorid- id of the document- eXo level API
- Experimental
-