Uses of Class
io.goobi.viewer.model.search.SearchHit
Packages that use SearchHit
Package
Description
-
Uses of SearchHit in io.goobi.viewer.api.rest.resourcebuilders
Method parameters in io.goobi.viewer.api.rest.resourcebuilders with type arguments of type SearchHit -
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.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, int proximitySearchDistance) Main search method for flat search.Methods in io.goobi.viewer.model.search with parameters of type SearchHit