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 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).