Uses of Class
org.opencastproject.elasticsearch.index.ElasticsearchIndex
Packages that use ElasticsearchIndex
Package
Description
-
Uses of ElasticsearchIndex in org.opencastproject.elasticsearch.index.endpoint
Methods in org.opencastproject.elasticsearch.index.endpoint with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidIndexEndpoint.setElasticsearchIndex(ElasticsearchIndex elasticsearchIndex) -
Uses of ElasticsearchIndex in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionstatic voidEventIndexUtils.updateSeriesName(Event event, String organization, org.opencastproject.security.api.User user, ElasticsearchIndex searchIndex) A function to update the series title within an event.static voidEventIndexUtils.updateSeriesName(Event event, String organization, org.opencastproject.security.api.User user, ElasticsearchIndex searchIndex, int tries, long sleep) A function to update the series title within an event. -
Uses of ElasticsearchIndex in org.opencastproject.elasticsearch.index.rebuild
Methods in org.opencastproject.elasticsearch.index.rebuild with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidIndexRebuildService.rebuildIndex(ElasticsearchIndex index) Clear and rebuild the index from all services.