Uses of Class
io.goobi.viewer.exceptions.IndexAugmenterException
Packages that use IndexAugmenterException
Package
Description
-
Uses of IndexAugmenterException in io.goobi.viewer.model.annotation.serialization
Methods in io.goobi.viewer.model.annotation.serialization that throw IndexAugmenterExceptionModifier and TypeMethodDescriptionboolean
AnnotationIndexAugmenter.augmentReIndexPage
(String pi, int page, org.apache.solr.common.SolrDocument doc, String dataRepository, String namingScheme) void
AnnotationIndexAugmenter.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 TypeMethodDescriptionboolean
IndexAugmenter.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).void
IndexAugmenter.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).