Uses of Interface
org.opencastproject.elasticsearch.api.SearchQuery
Packages that use SearchQuery
Package
Description
-
Uses of SearchQuery in org.opencastproject.elasticsearch.api
Methods in org.opencastproject.elasticsearch.api that return SearchQueryModifier and TypeMethodDescriptionAdds a field that needs to be returned by the query.SearchQuery.withFields(String... fields) Adds the fields that need to be returned by the query.SearchQuery.withFilter(String filter) Returns documents that match the search query and the text filter.SearchQuery.withLimit(int limit) Sets the number of results that are returned.SearchQuery.withOffset(int offset) Sets the starting offset.SearchQuery.withSortOrder(String field, SortCriterion.Order order) Sort the result set by the field and the given order.Returns documents that contain the given text.SearchQuery.withText(boolean fuzzy, SearchTerms.Quantifier quantifier, String... text) Returns documents that contain the given text.Returns documents that contain the given text.Return documents of the given types. -
Uses of SearchQuery in org.opencastproject.elasticsearch.impl
Classes in org.opencastproject.elasticsearch.impl with type parameters of type SearchQueryModifier and TypeClassDescriptionclassAbstractElasticsearchQueryBuilder<T extends SearchQuery>Opencast implementation of the elastic search query builder.Classes in org.opencastproject.elasticsearch.impl that implement SearchQueryModifier and TypeClassDescriptionclassBase implementation for search queries.Fields in org.opencastproject.elasticsearch.impl declared as SearchQueryModifier and TypeFieldDescriptionprotected SearchQuerySearchResultImpl.queryThe query that led to this search resultMethods in org.opencastproject.elasticsearch.impl that return SearchQueryModifier and TypeMethodDescriptionSearchResultImpl.getQuery()AbstractSearchQuery.withFilter(String filter) AbstractSearchQuery.withLimit(int limit) AbstractSearchQuery.withOffset(int offset) AbstractSearchQuery.withSortOrder(String field, SortCriterion.Order order) AbstractSearchQuery.withText(boolean fuzzy, SearchTerms.Quantifier quantifier, String... text) Methods in org.opencastproject.elasticsearch.impl with parameters of type SearchQueryModifier 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.protected org.elasticsearch.action.search.SearchRequestAbstractElasticsearchIndex.getSearchRequest(SearchQuery query, org.elasticsearch.index.query.QueryBuilder queryBuilder) Creates a request for a search query based on the properties known by the search query.Constructors in org.opencastproject.elasticsearch.impl with parameters of type SearchQueryModifierConstructorDescriptionSearchResultImpl(SearchQuery query, long hitCount, long documentCount) Creates a search result that was created using the given query. -
Uses of SearchQuery in org.opencastproject.elasticsearch.index.objects.event
Classes in org.opencastproject.elasticsearch.index.objects.event that implement SearchQueryModifier and TypeClassDescriptionclassThis interface defines a fluent api for a query object used to lookup recording events in the search index. -
Uses of SearchQuery in org.opencastproject.elasticsearch.index.objects.series
Classes in org.opencastproject.elasticsearch.index.objects.series that implement SearchQueryModifier and TypeClassDescriptionclassThis interface defines a fluent api for a query object used to lookup series in the search index. -
Uses of SearchQuery in org.opencastproject.graphql.datafetcher
Methods in org.opencastproject.graphql.datafetcher with type parameters of type SearchQueryModifier and TypeMethodDescriptionprotected <E extends SearchQuery>
EElasticsearchDataFetcher.addOrderByParams(E query, graphql.schema.DataFetchingEnvironment environment) protected <E extends SearchQuery>
EElasticsearchDataFetcher.addPaginationParams(E query, graphql.schema.DataFetchingEnvironment environment) protected <E extends SearchQuery>
EElasticsearchDataFetcher.addQueryParams(E query, graphql.schema.DataFetchingEnvironment environment)