- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for BoostDocumentRuleService (0.29 seconds)
-
src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java
/** * Service class for boost document rule management operations. * Provides CRUD operations for boost document rules. */ public class BoostDocumentRuleService extends FessAppService { /** * Default constructor for BoostDocumentRuleService. */ public BoostDocumentRuleService() { super(); } /** Database behavior for boost document rule operations. */ @ResourceCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/boostdoc/ApiAdminBoostdocAction.java
// Attribute // ========= @Resource private BoostDocumentRuleService boostDocumentRuleService; // =================================================================================== // Search ExecuteCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 7.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java
// Attribute // ========= @Resource private BoostDocumentRuleService boostDocumentRuleService; @Resource private BoostDocPager boostDocPager; // ===================================================================================Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 14.2K bytes - Click Count (0)