Class StatisticsIndexer
java.lang.Object
io.goobi.viewer.model.statistics.usage.StatisticsIndexer
Writes Indexing files for SOLR indexer
- Author:
- florian
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor using thehotfoldergiven byConfiguration.getHotfolder()StatisticsIndexer(Path hotfolder) default constructor -
Method Summary
Modifier and TypeMethodDescriptionWrite index file tohotfolderpath for the givenDailySessionUsageStatistics
-
Constructor Details
-
StatisticsIndexer
default constructor- Parameters:
hotfolder- thehotfolder
-
StatisticsIndexer
constructor using thehotfoldergiven byConfiguration.getHotfolder()- Throws:
DAOException
-
-
Method Details
-
indexStatistics
Write index file tohotfolderpath for the givenDailySessionUsageStatistics- Parameters:
stats- the statistics to index- Returns:
- The filepath to the index files
- Throws:
DAOExceptionIOException
-