Uses of Class
org.opencastproject.elasticsearch.index.rebuild.IndexRebuildException
Packages that use IndexRebuildException
-
Uses of IndexRebuildException in org.opencastproject.elasticsearch.index.rebuild
Methods in org.opencastproject.elasticsearch.index.rebuild that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidIndexRebuildService.rebuildIndex(ElasticsearchIndex index) Clear and rebuild the index from all services.voidIndexRebuildService.rebuildIndex(IndexProducer indexProducer, IndexRebuildService.DataType dataType) Partially rebuild the index from a specific service and maybe only a specific data type.voidIndexProducer.repopulate(IndexRebuildService.DataType dataType) Re-add the data of this service to the index.voidIndexRebuildService.resumeIndexRebuild(IndexRebuildService.Service startingService) Start Index Rebuild from the specified service and then do all that follow.