Uses of Class
io.goobi.viewer.solr.SolrSearchIndex
Packages that use SolrSearchIndex
Package
Description
-
Uses of SolrSearchIndex in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return SolrSearchIndexMethods in io.goobi.viewer.controller with parameters of type SolrSearchIndexModifier and TypeMethodDescriptionvoid
DataManager.injectSearchIndex
(SolrSearchIndex searchIndex) Sets custom SolrSearchIndex object (used for unit testing).Constructors in io.goobi.viewer.controller with parameters of type SolrSearchIndexModifierConstructorDescriptionProcessDataResolver
(Configuration config, SolrSearchIndex searchIndex, RestApiManager restApiManager) -
Uses of SolrSearchIndex in io.goobi.viewer.managedbeans
Constructors in io.goobi.viewer.managedbeans with parameters of type SolrSearchIndexModifierConstructorDescriptionDisclaimerBean
(IDAO dao, SolrSearchIndex searchIndex) Constructor for testing purposes -
Uses of SolrSearchIndex in io.goobi.viewer.model.administration.legal
Methods in io.goobi.viewer.model.administration.legal with parameters of type SolrSearchIndexModifier and TypeMethodDescriptionboolean
DisplayScope.appliesToPage
(PageType pageType, String pi, SolrSearchIndex searchIndex) -
Uses of SolrSearchIndex in io.goobi.viewer.model.archives
Methods in io.goobi.viewer.model.archives with parameters of type SolrSearchIndexModifier and TypeMethodDescriptionArchiveParser.getAssociatedRecordPis
(SolrSearchIndex searchIndex) -
Uses of SolrSearchIndex in io.goobi.viewer.model.iiif.discovery
Constructors in io.goobi.viewer.model.iiif.discovery with parameters of type SolrSearchIndexModifierConstructorDescriptionActivityCollectionBuilder
(AbstractApiUrlManager apiUrlManager, SolrSearchIndex searchIndex, int itemsPerPage) -
Uses of SolrSearchIndex in io.goobi.viewer.model.metadata
Methods in io.goobi.viewer.model.metadata with parameters of type SolrSearchIndexModifier and TypeMethodDescriptionstatic ComplexMetadataContainer
ComplexMetadataContainer.loadMetadataDocuments
(String pi, SolrSearchIndex searchIndex) static ComplexMetadataContainer
ComplexMetadataContainer.loadMetadataDocuments
(String pi, SolrSearchIndex searchIndex, Predicate<String> fieldNameFilter) static ComplexMetadataContainer
ComplexMetadataContainer.loadMetadataDocuments
(String pi, SolrSearchIndex searchIndex, List<String> fieldList) static ComplexMetadataContainer
RelationshipMetadataContainer.loadRelationshipMetadata
(String pi, SolrSearchIndex searchIndex) RelationshipMetadataContainer.loadRelationshipMetadata
(String pi, SolrSearchIndex searchIndex, List<String> recordFields) RelationshipMetadataContainer.loadRelationships
(ComplexMetadataContainer container, SolrSearchIndex searchIndex) RelationshipMetadataContainer.loadRelationships
(SolrSearchIndex searchIndex, List<String> recordFields, ComplexMetadataContainer container) -
Uses of SolrSearchIndex in io.goobi.viewer.model.search
Constructors in io.goobi.viewer.model.search with parameters of type SolrSearchIndexModifierConstructorDescriptionRelatedDocumentSearch
(SolrSearchIndex searchIndex, SearchBean searchBean) -
Uses of SolrSearchIndex in io.goobi.viewer.model.statistics.usage
Constructors in io.goobi.viewer.model.statistics.usage with parameters of type SolrSearchIndexModifierConstructorDescriptionStatisticsIndexTask
(IDAO dao, StatisticsIndexer indexer, SolrSearchIndex solrIndex) Default constructorStatisticsSummaryBuilder
(IDAO dao, SolrSearchIndex searchIndex) Default constructor