Uses of Interface
org.opencastproject.elasticsearch.api.SearchResult
Packages that use SearchResult
Package
Description
-
Uses of SearchResult in org.opencastproject.elasticsearch.impl
Classes in org.opencastproject.elasticsearch.impl that implement SearchResultModifier and TypeClassDescriptionclassBase implementation for a search result.Methods in org.opencastproject.elasticsearch.impl that return SearchResultModifier 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 SearchResult in org.opencastproject.elasticsearch.index
Methods in org.opencastproject.elasticsearch.index that return SearchResultModifier and TypeMethodDescriptionElasticsearchIndex.getByQuery(EventSearchQuery query) ElasticsearchIndex.getByQuery(SeriesSearchQuery query) ElasticsearchIndex.getByQuery(ThemeSearchQuery query) -
Uses of SearchResult in org.opencastproject.graphql.event
Fields in org.opencastproject.graphql.event declared as SearchResultConstructors in org.opencastproject.graphql.event with parameters of type SearchResult -
Uses of SearchResult in org.opencastproject.graphql.series
Constructors in org.opencastproject.graphql.series with parameters of type SearchResult -
Uses of SearchResult in org.opencastproject.graphql.type.output
Methods in org.opencastproject.graphql.type.output with parameters of type SearchResultModifier and TypeMethodDescriptionstatic OffsetPageInfoOffsetPageInfo.from(SearchResult<?> searchResult)