Uses of Class
io.goobi.viewer.model.search.SearchResultGroup
Packages that use SearchResultGroup
Package
Description
Core controller and utility classes of the Goobi viewer.
JSF managed beans (CDI backing beans) of the Goobi viewer.
Concrete CMS content type implementations, each representing a distinct kind of embeddable
content block such as search, browse, media, metadata display, record lists, or maps.
Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
-
Uses of SearchResultGroup in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type SearchResultGroup -
Uses of SearchResultGroup in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type SearchResultGroupModifier and TypeMethodDescriptionSearchBean.getResultGroupsForSearchExecution()Returns relevant search result groups for search execution.Methods in io.goobi.viewer.managedbeans with parameters of type SearchResultGroupModifier and TypeMethodDescriptionvoidSearchBean.setActiveResultGroup(SearchResultGroup activeResultGroup) Setter for the fieldactiveResultGroup. -
Uses of SearchResultGroup in io.goobi.viewer.model.cms.pages.content.types
Method parameters in io.goobi.viewer.model.cms.pages.content.types with type arguments of type SearchResultGroupModifier and TypeMethodDescriptionCMSRecordListContent.createSearch(List<SearchResultGroup> resultGroups, CMSComponent component) -
Uses of SearchResultGroup in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return SearchResultGroupModifier and TypeMethodDescriptionstatic SearchResultGroupSearchResultGroup.createDefaultGroup()static SearchResultGroupSearchResultGroup.createDefaultGroup(String query) Methods in io.goobi.viewer.model.search that return types with arguments of type SearchResultGroupModifier and TypeMethodDescriptionstatic List<SearchResultGroup> SearchResultGroup.getConfiguredResultGroups()Returns a list of configured result groups or a default group if none are configured.Search.getResultGroups()Method parameters in io.goobi.viewer.model.search with type arguments of type SearchResultGroupModifier and TypeMethodDescriptionvoidSearch.setResultGroups(List<SearchResultGroup> resultGroups) Constructors in io.goobi.viewer.model.search with parameters of type SearchResultGroupModifierConstructorDescriptionSearchResultGroup(SearchResultGroup blueprint) Creates a copy of the given SearchResultGroup, without any search results.Constructor parameters in io.goobi.viewer.model.search with type arguments of type SearchResultGroupModifierConstructorDescriptionSearch(int searchType, SearchFilter searchFilter, List<SearchResultGroup> resultGroups) Creates a new Search instance.Search(int searchType, SearchFilter searchFilter, List<SearchResultGroup> resultGroups, List<String> facetFields) Creates a new Search instance.