Uses of Class
org.dspace.app.rest.parameter.SearchFilter
Packages that use SearchFilter
Package
Description
-
Uses of SearchFilter in org.dspace.app.rest
Method parameters in org.dspace.app.rest with type arguments of type SearchFilterModifier and TypeMethodDescriptionvoidOpenSearchController.search(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String query, Integer start, Integer count, String format, String sort, String sortDirection, String dsoObject, String configuration, List<SearchFilter> searchFilters, Model model) This method provides the OpenSearch query on the path /search It will pass the result as a OpenSearchDocument directly to the client -
Uses of SearchFilter in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter with parameters of type SearchFilterModifier and TypeMethodDescriptionSearchFilterToAppliedFilterConverter.convertSearchFilter(Context context, SearchFilter searchFilter) -
Uses of SearchFilter in org.dspace.app.rest.converter.query
Methods in org.dspace.app.rest.converter.query that return types with arguments of type SearchFilterModifier and TypeMethodDescriptionSearchQueryConverter.convert(List<SearchFilter> searchFilters) This method traverses the list of SearchFilters and transforms all of those that with 'query' as the operator into a standard DSpace SearchFilterMethod parameters in org.dspace.app.rest.converter.query with type arguments of type SearchFilterModifier and TypeMethodDescriptionSearchQueryConverter.convert(List<SearchFilter> searchFilters) This method traverses the list of SearchFilters and transforms all of those that with 'query' as the operator into a standard DSpace SearchFilter -
Uses of SearchFilter in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type SearchFilterMethod parameters in org.dspace.app.rest.model with type arguments of type SearchFilterModifier and TypeMethodDescriptionvoidDiscoveryResultsRest.setSearchFilters(List<SearchFilter> searchFilters) -
Uses of SearchFilter in org.dspace.app.rest.utils
Method parameters in org.dspace.app.rest.utils with type arguments of type SearchFilterModifier and TypeMethodDescriptionRestDiscoverQueryBuilder.buildFacetQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String prefix, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page, String facetName) Create a discovery facet query.RestDiscoverQueryBuilder.buildFacetQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String prefix, String query, List<SearchFilter> searchFilters, List<String> dsoTypes, org.springframework.data.domain.Pageable page, String facetName) Create a discovery facet query.RestDiscoverQueryBuilder.buildQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, String dsoType, org.springframework.data.domain.Pageable page) Build a discovery queryRestDiscoverQueryBuilder.buildQuery(Context context, IndexableObject scope, DiscoveryConfiguration discoveryConfiguration, String query, List<SearchFilter> searchFilters, List<String> dsoTypes, org.springframework.data.domain.Pageable page) Build a discovery query