Uses of Class
io.goobi.viewer.model.statistics.index.StatisticsUnavailableException
Packages that use StatisticsUnavailableException
-
Uses of StatisticsUnavailableException in io.goobi.viewer.model.statistics.index
Methods in io.goobi.viewer.model.statistics.index that throw StatisticsUnavailableExceptionModifier and TypeMethodDescriptionIndexStatisticsService.getImportSummary(String filter) Total page and full-text counts in the index.IndexStatisticsService.getImportTrend(int days, int dataPoints, String filter) Builds a cumulative-count time-series suitable for a line chart.IndexStatisticsService.getLanguages(Locale locale, String filter) Distribution of works by language with locale-translated display names.IndexStatisticsService.getPublicationCenturies(String filter) Histogram of works by publication century (e.g. century 18 = 1800–1899).IndexStatisticsService.getPublicationTypes(Locale locale, String filter) Lists each top-level docstruct type with its record count, with labels translated to the given locale.IndexStatisticsService.getTopCollections(int size, Locale locale, String filter) Topsizecollections by record count, with locale-translated labels.