Uses of Class
io.goobi.viewer.model.search.SearchHit
Packages that use SearchHit
Package
Description
Builder classes that assemble REST response payloads for complex resources such as
annotations, IIIF manifests, bibliographic text, table of contents, and bookmarks.
JSF managed beans (CDI backing beans) of the Goobi viewer.
Provides export functionality for viewer records, supporting formats such as Excel (XLSX)
and RIS, including field configuration for controlling which metadata columns are exported.
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 SearchHit in io.goobi.viewer.api.rest.resourcebuilders
Method parameters in io.goobi.viewer.api.rest.resourcebuilders with type arguments of type SearchHitModifier and TypeMethodDescription -
Uses of SearchHit in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type SearchHitModifier and TypeMethodDescriptionCmsBean.getGroupedQueryResults(List<SearchHit> hits, String groupingField) CmsBean.getQueryResults()getQueryResults.ActiveDocumentBean.getRelatedItems(String identifierField) getRelatedItems.Method parameters in io.goobi.viewer.managedbeans with type arguments of type SearchHit -
Uses of SearchHit in io.goobi.viewer.model.export
Methods in io.goobi.viewer.model.export that return types with arguments of type SearchHit -
Uses of SearchHit in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return SearchHitModifier and TypeMethodDescriptionSearchHitFactory.createSearchHit(org.apache.solr.common.SolrDocument doc, org.apache.solr.common.SolrDocument ownerDoc, String fulltext, HitType overrideType) createSearchHit.Methods in io.goobi.viewer.model.search that return types with arguments of type SearchHitModifier and TypeMethodDescriptionSearchHit.getChildren()Getter for the fieldchildren.Search.getHits()Getter for the fieldhits.SearchResultGroup.getHits()SearchHitsNotifier.getNewHits(Search search) Executes the given search.SearchHelper.searchWithAggregation(String query, int first, int rows, List<StringPair> sortFields, List<String> resultFields, List<String> filterQueries, Map<String, String> params, Map<String, Set<String>> searchTerms, List<String> exportFields, String additionalMetadataListType, Locale locale, boolean keepSolrDoc, int proximitySearchDistance) Main search method for aggregated search.SearchHelper.searchWithAggregation(String query, int first, int rows, List<StringPair> sortFields, List<String> resultFields, List<String> filterQueries, Map<String, String> params, Map<String, Set<String>> searchTerms, List<String> exportFields, String additionalMetadataListType, Locale locale, boolean keepSolrDoc, int proximitySearchDistance, User user) Main search method for aggregated search.SearchHelper.searchWithFulltext(String query, int first, int rows, List<StringPair> sortFields, List<String> resultFields, List<String> filterQueries, Map<String, String> params, Map<String, Set<String>> searchTerms, List<String> exportFields, Locale locale, boolean keepSolrDoc, int proximitySearchDistance) Main search method for flat search.SearchHelper.searchWithFulltext(String query, int first, int rows, List<StringPair> sortFields, List<String> resultFields, List<String> filterQueries, Map<String, String> params, Map<String, Set<String>> searchTerms, List<String> exportFields, Locale locale, boolean keepSolrDoc, int proximitySearchDistance, User user) Main search method for flat search.SearchHelper.searchWithFulltext(String query, int first, int rows, List<StringPair> sortFields, List<String> resultFields, List<String> filterQueries, Map<String, String> params, Map<String, Set<String>> searchTerms, List<String> exportFields, Locale locale, int proximitySearchDistance) Main search method for flat search.Methods in io.goobi.viewer.model.search with parameters of type SearchHit