#1277: DatabaseDao.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/DatabaseDao.kt Index & Reindex Service, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/DatabaseDao.kt 131 lines · 83 code · 38 comments · 10 blank
Service class providing Hibernate Search index management. Key functionality includes rebuilding database search indices via rebuildDatabaseSearchIndices() using Hibernate Search's MassIndexer with configurable ReindexSettings and IndexProgressMonitor. Prevents concurrent reindex runs and provides formatted status messages with timing and entity counts.

Constructor Dependencies

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
5f9bbfbd3 Fix typos in projectforge-business directory
314408ee0 Migration stuff in progress... (all tests of all packages: OK).
42be9b4a7 Migration stuff in progress...