Uses of Class
org.opencastproject.elasticsearch.impl.SearchMetadataCollection
Packages that use SearchMetadataCollection
Package
Description
-
Uses of SearchMetadataCollection in org.opencastproject.elasticsearch.impl
Method parameters in org.opencastproject.elasticsearch.impl with type arguments of type SearchMetadataCollectionModifier and TypeMethodDescriptionprotected <T> SearchResult<T> AbstractElasticsearchIndex.executeQuery(SearchQuery query, org.elasticsearch.action.search.SearchRequest request, Function<SearchMetadataCollection, T> toSearchResult, int maxRetryAttempts, int retryWaitingPeriod) Execute a query on the index. -
Uses of SearchMetadataCollection in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event that return SearchMetadataCollectionModifier and TypeMethodDescriptionstatic SearchMetadataCollectionEventIndexUtils.toSearchMetadata(Event event, ListProvidersService listProviderService, boolean episodeIdRole) Creates search metadata from a recording event such that the event can be stored in the search index.Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type SearchMetadataCollectionModifier and TypeMethodDescriptionstatic EventEventIndexUtils.toRecordingEvent(SearchMetadataCollection metadata, javax.xml.bind.Unmarshaller unmarshaller) Creates a search result item based on the data returned from the search index. -
Uses of SearchMetadataCollection in org.opencastproject.elasticsearch.index.objects.series
Methods in org.opencastproject.elasticsearch.index.objects.series that return SearchMetadataCollectionModifier and TypeMethodDescriptionstatic SearchMetadataCollectionSeriesIndexUtils.toSearchMetadata(Series series) Creates search metadata from a series such that the event can be stored in the search index.Methods in org.opencastproject.elasticsearch.index.objects.series with parameters of type SearchMetadataCollectionModifier and TypeMethodDescriptionstatic SeriesSeriesIndexUtils.toSeries(SearchMetadataCollection metadata, javax.xml.bind.Unmarshaller unmarshaller) Creates a search result item based on the data returned from the search index. -
Uses of SearchMetadataCollection in org.opencastproject.elasticsearch.index.objects.theme
Methods in org.opencastproject.elasticsearch.index.objects.theme that return SearchMetadataCollectionModifier and TypeMethodDescriptionIndexTheme.toSearchMetadata()Creates search metadata from a theme such that the theme can be stored in the search index.Methods in org.opencastproject.elasticsearch.index.objects.theme with parameters of type SearchMetadataCollectionModifier and TypeMethodDescriptionstatic IndexThemeIndexTheme.fromSearchMetadata(SearchMetadataCollection metadata) Creates a search result item based on the data returned from the search index.