Interface IndexProducer
-
- All Known Implementing Classes:
AbstractIndexProducer
public interface IndexProducerThis service handles data that's added to an ElasticSearch index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexRebuildService.ServicegetService()Get the service that implements IndexProducer.voidrepopulate(org.opencastproject.elasticsearch.index.AbstractSearchIndex index)Re-add all data of this service to the index.
-
-
-
Method Detail
-
repopulate
void repopulate(org.opencastproject.elasticsearch.index.AbstractSearchIndex index) throws IndexRebuildExceptionRe-add all data of this service to the index.- Parameters:
index- The index to repopulate.- Throws:
IndexRebuildException
-
getService
IndexRebuildService.Service getService()
Get the service that implements IndexProducer.- Returns:
- service The service that implements IndexProducer.
-
-