- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for crawlingInfoParamBhv (0.21 sec)
-
src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoParamBhv.java
import java.util.regex.Pattern; import org.codelibs.fess.es.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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
import jakarta.annotation.Resource; public class CrawlingInfoService { private static final Logger logger = LogManager.getLogger(CrawlingInfoService.class); @Resource protected CrawlingInfoParamBhv crawlingInfoParamBhv; @Resource protected CrawlingInfoBhv crawlingInfoBhv; @Resource protected FessConfig fessConfig;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 13.4K bytes - Viewed (0) -
src/main/resources/esflute_config.xml
<component name="crawlingInfoBhv" class="org.codelibs.fess.es.config.exbhv.CrawlingInfoBhv"/> <component name="crawlingInfoParamBhv" class="org.codelibs.fess.es.config.exbhv.CrawlingInfoParamBhv"/> <component name="dataConfigBhv" class="org.codelibs.fess.es.config.exbhv.DataConfigBhv"/> <component name="duplicateHostBhv" class="org.codelibs.fess.es.config.exbhv.DuplicateHostBhv"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Nov 28 12:59:14 UTC 2018 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoParamDbm.java
return "org.codelibs.fess.es.config.cbean.CrawlingInfoParamCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.es.config.exbhv.CrawlingInfoParamBhv"; } // =================================================================================== // Object Type
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.9K bytes - Viewed (0)