Uses of Class
org.opencastproject.search.api.SearchException
Packages that use SearchException
Package
Description
-
Uses of SearchException in org.opencastproject.search.api
Methods in org.opencastproject.search.api that throw SearchExceptionModifier and TypeMethodDescriptionSearchService.add(MediaPackage mediaPackage) Adds the media package to the search index.voidSearchService.addSynchronously(MediaPackage mediaPackage) Immediately adds the mediapackage to the search index.Removes the media package identified bymediaPackageIdfrom the search index.SearchService.deleteSeries(String seriesId) Removes the series identified byseriseIdfrom the search index.booleanSearchService.deleteSynchronously(String mediaPackageId) Immediately removes the given mediapackage from the search service.Gets theMediaPackagefor an event, based on its mediapackage ID.static SearchResultstatic DublinCoreCatalogSearchResult.rehydrateDC(SearchService.IndexEntryType type, Map<String, Object> map) SearchService.search(org.elasticsearch.search.builder.SearchSourceBuilder searchSource) Searches the index based on aSearchSourceBuilder's query -
Uses of SearchException in org.opencastproject.search.endpoint
Methods in org.opencastproject.search.endpoint that throw SearchException -
Uses of SearchException in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl that throw SearchExceptionModifier and TypeMethodDescriptionSearchServiceImpl.add(MediaPackage mediaPackage) Adds the media package to the search index.voidSearchServiceImpl.addSynchronously(MediaPackage mediaPackage) voidSearchServiceIndex.addSynchronously(MediaPackage mediaPackage) Immediately adds the mediapackage to the search index.Removes the media package identified bymediaPackageIdfrom the search index.SearchServiceImpl.deleteSeries(String seriesId) Removes the series identified byseriseIdfrom the search index.booleanSearchServiceIndex.deleteSeriesSynchronously(String seriesId) Immediately removes the given series from the search service.booleanSearchServiceImpl.deleteSynchronously(String mediaPackageId) booleanSearchServiceIndex.deleteSynchronously(String mediaPackageId) Immediately removes the given mediapackage from the search service.voidSearchServiceIndex.indexMediaPackage(String mediaPackageId) SearchServiceImpl.search(org.elasticsearch.search.builder.SearchSourceBuilder searchSource) org.elasticsearch.action.search.SearchResponseSearchServiceIndex.search(org.elasticsearch.search.builder.SearchSourceBuilder searchSource)