Uses of Class
io.goobi.viewer.exceptions.IndexAugmenterException
Packages that use IndexAugmenterException
Package
Description
Strategy interfaces and implementations for persisting, deleting, and listing annotations
across different storage backends including the SQL database and the Solr search index.
Defines the extension interfaces that viewer modules must implement, covering URL construction and Solr index augmentation.
-
Uses of IndexAugmenterException in io.goobi.viewer.model.annotation.serialization
Methods in io.goobi.viewer.model.annotation.serialization that throw IndexAugmenterExceptionModifier and TypeMethodDescriptionbooleanAnnotationIndexAugmenter.augmentReIndexPage(String pi, int page, org.apache.solr.common.SolrDocument doc, String dataRepository, String namingScheme) voidAnnotationIndexAugmenter.augmentReIndexRecord(String pi, String dataRepository, String namingScheme) -
Uses of IndexAugmenterException in io.goobi.viewer.modules.interfaces
Methods in io.goobi.viewer.modules.interfaces that throw IndexAugmenterExceptionModifier and TypeMethodDescriptionbooleanIndexAugmenter.augmentReIndexPage(String pi, int page, org.apache.solr.common.SolrDocument doc, String dataRepository, String namingScheme) Any additional tasks this module needs to perform when re-indexing a page (e.g. putting additional files into the hotfolder).voidIndexAugmenter.augmentReIndexRecord(String pi, String dataRepository, String namingScheme) Any additional tasks this module needs to perform when re-indexing a record (e.g. putting additional files into the hotfolder).