Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BoostDocumentRuleService (0.11 sec)

  1. 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. */
        @Resource
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/boostdoc/ApiAdminBoostdocAction.java

        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private BoostDocumentRuleService boostDocumentRuleService;
    
        // ===================================================================================
        //                                                                      Search Execute
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java

        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private BoostDocumentRuleService boostDocumentRuleService;
        @Resource
        private BoostDocPager boostDocPager;
    
        // ===================================================================================
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 14.9K bytes
    - Viewed (0)
Back to top