#1253: DBQueryBuilderByFullText.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/api/impl/DBQueryBuilderByFullText.kt Full-Text Query Builder, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/api/impl/DBQueryBuilderByFullText.kt 133 lines · 76 code · 42 comments · 15 blank
Constructs Hibernate Search full-text queries using SearchSession. Translates DBPredicate objects into Lucene queries via configured analyzers, manages multi-field query parser support, and provides a DBFullTextResultIterator that combines Hibernate Search results with in-memory predicate filtering and sorting.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
6e5d6cc23 DBFulltext: check for required fields before building query.
314408ee0 Migration stuff in progress... (all tests of all packages: OK).
b71b5073d Migration stuff in progress... (all tests of all packages: OK).