Uses of Class
io.goobi.viewer.model.search.SearchQueryItem
Packages that use SearchQueryItem
Package
Description
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 SearchQueryItem in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return SearchQueryItemMethods in io.goobi.viewer.model.search that return types with arguments of type SearchQueryItemModifier and TypeMethodDescriptionSearchQueryGroup.getQueryItems()Getter for the fieldqueryItems.Methods in io.goobi.viewer.model.search with parameters of type SearchQueryItemModifier and TypeMethodDescriptionbooleanSearchQueryGroup.removeQueryItem(SearchQueryItem item) removeQueryItem.Method parameters in io.goobi.viewer.model.search with type arguments of type SearchQueryItemModifier and TypeMethodDescriptionvoidSearchQueryGroup.injectItems(List<SearchQueryItem> items) Replaces query items in this group with the given list.