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 TypeMethodDescriptionvoidDataManager.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 TypeMethodDescriptionbooleanDisplayScope.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.maps
Constructors in io.goobi.viewer.model.maps with parameters of type SolrSearchIndexModifierConstructorDescriptionGlobalFeatureDataProvider(SolrSearchIndex searchIndex, List<String> requiredFields) -
Uses of SolrSearchIndex in io.goobi.viewer.model.maps.features
Methods in io.goobi.viewer.model.maps.features that return SolrSearchIndexConstructors in io.goobi.viewer.model.maps.features with parameters of type SolrSearchIndexModifierConstructorDescriptionAbstractFeatureDataProvider(SolrSearchIndex searchIndex, List<String> requiredFields) DocStructDataProvider(SolrSearchIndex searchIndex, List<String> requiredFields) MetadataDataProvider(SolrSearchIndex searchIndex, List<String> requiredFields) RecordDataProvider(SolrSearchIndex searchIndex, List<String> requiredFields, boolean includeMetadataGroups) RelationshipDataProvider(SolrSearchIndex searchIndex, List<String> requiredFields) -
Uses of SolrSearchIndex in io.goobi.viewer.model.metadata
Methods in io.goobi.viewer.model.metadata with parameters of type SolrSearchIndexModifier and TypeMethodDescriptionstatic ComplexMetadataContainerComplexMetadataContainer.loadMetadataDocuments(String pi, SolrSearchIndex searchIndex) static ComplexMetadataContainerComplexMetadataContainer.loadMetadataDocuments(String pi, SolrSearchIndex searchIndex, Predicate<String> fieldNameFilter) static ComplexMetadataContainerComplexMetadataContainer.loadMetadataDocuments(String pi, SolrSearchIndex searchIndex, List<String> fieldList) static ComplexMetadataContainerRelationshipMetadataContainer.loadRelationshipMetadata(String pi, SolrSearchIndex searchIndex) RelationshipMetadataContainer.loadRelationshipMetadata(String pi, SolrSearchIndex searchIndex, List<String> recordFields) RelationshipMetadataContainer.loadRelationships(ComplexMetadataContainer container, SolrSearchIndex searchIndex) RelationshipMetadataContainer.loadRelationships(ComplexMetadataContainer container, List<String> recordFields, SolrSearchIndex searchIndex) -
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