- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BoostDocumentRuleService (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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)