Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for CrawlingInfoParamBhv (0.07 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/exbhv/CrawlingInfoParamBhv.java

    import java.util.regex.Pattern;
    
    import org.codelibs.fess.opensearch.config.bsbhv.BsCrawlingInfoParamBhv;
    import org.codelibs.fess.util.ComponentUtil;
    
    /**
     * @author FreeGen
     */
    public class CrawlingInfoParamBhv extends BsCrawlingInfoParamBhv {
        private String indexName = null;
    
        @Override
        protected String asEsIndex() {
            if (indexName == null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

        }
    
        /**
         * Behavior handler for CrawlingInfoParam entities.
         * Used to perform database operations on crawling session parameters.
         */
        @Resource
        protected CrawlingInfoParamBhv crawlingInfoParamBhv;
    
        /**
         * Behavior handler for CrawlingInfo entities.
         * Used to perform database operations on crawling session information.
         */
        @Resource
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19.9K bytes
    - Viewed (0)
  3. src/main/resources/esflute_config.xml

    	<component name="crawlingInfoBhv" class="org.codelibs.fess.opensearch.config.exbhv.CrawlingInfoBhv"/>
    	<component name="crawlingInfoParamBhv" class="org.codelibs.fess.opensearch.config.exbhv.CrawlingInfoParamBhv"/>
    	<component name="dataConfigBhv" class="org.codelibs.fess.opensearch.config.exbhv.DataConfigBhv"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/CrawlingInfoParamDbm.java

            return "org.codelibs.fess.opensearch.config.cbean.CrawlingInfoParamCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.opensearch.config.exbhv.CrawlingInfoParamBhv";
        }
    
        // ===================================================================================
        //                                                                         Object Type
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top